.gitignore
.readthedocs.yaml
LICENSE
README.md
devcontainer.dockerfile
pyproject.toml
requirements.docs.txt
requirements.txt
.devcontainer/devcontainer.json
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/python-package.yml
demo/demo_3dof.py
demo/demo_6dof.py
demo/demo_6dof_with_3dof_interfacepy
docs/make.bat
docs/theory.md
docs/assets/shoebox.webp
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/modules.rst
docs/source/shoeboxpy.rst
docs/source/theory.md
docs/source/_static/css/custom.css
notebooks/.gitkeep
src/shoeboxpy/__init__.py
src/shoeboxpy/animate.py
src/shoeboxpy/model3dof.py
src/shoeboxpy/model6dof.py
src/shoeboxpy/utils.py
src/shoeboxpy.egg-info/PKG-INFO
src/shoeboxpy.egg-info/SOURCES.txt
src/shoeboxpy.egg-info/dependency_links.txt
src/shoeboxpy.egg-info/requires.txt
src/shoeboxpy.egg-info/top_level.txt
tests/__init__.py
tests/speed_check.py
tests/test_3dof.py
tests/test_6dof.py
tests/test_dt.py
tests/test_overflow.py
tests/test_speed_check.py