.gitignore
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/tests.yml
smoke-tests/falling.py
src/phyjax2d/__init__.py
src/phyjax2d/impl.py
src/phyjax2d/moderngl_vis.py
src/phyjax2d/raycast.py
src/phyjax2d/utils.py
src/phyjax2d/vec2d.py
src/phyjax2d.egg-info/PKG-INFO
src/phyjax2d.egg-info/SOURCES.txt
src/phyjax2d.egg-info/dependency_links.txt
src/phyjax2d.egg-info/requires.txt
src/phyjax2d.egg-info/top_level.txt
tests/test_contact.py
tests/test_overlap.py
tests/test_polygon.py
tests/test_raycast.py
tests/test_step.py
tests/test_tree.py