.gitignore
CHANGELOG.md
Cargo.toml
LICENSE
MANIFEST.in
README.md
TODO.md
pyproject.toml
requirements.txt
setup.py
test_installation.py
.cargo/config.toml
.github/workflows/README.md
.github/workflows/pdoc-gh-pages.yml
.github/workflows/publish-to-pypi.yml
.plans/structure.md
benchmark_logs/fixed_scene_v1/pyg_engine_20260312T151316Z.csv
benchmark_logs/fixed_scene_v1/pyg_engine_20260312T151405Z.csv
benchmark_logs/fixed_scene_v1/pyg_engine_20260312T151455Z.csv
benchmark_logs/fixed_scene_v1/pyg_engine_20260312T151604Z.csv
benchmark_logs/fixed_scene_v1/pyg_engine_20260312T151654Z.csv
benchmark_logs/fixed_scene_v1/pygame_20260312T151316Z.csv
benchmark_logs/fixed_scene_v1/pygame_20260312T151405Z.csv
benchmark_logs/fixed_scene_v1/pygame_20260312T151455Z.csv
benchmark_logs/fixed_scene_v1/pygame_20260312T151604Z.csv
benchmark_logs/fixed_scene_v1/pygame_20260312T151654Z.csv
docs/README.md
docs/VERSIONING.md
examples/README.md
examples/bulk_draw_demo.py
examples/button_features_demo.py
examples/camera_worldspace_demo.py
examples/collision_demo_interactive.py
examples/collision_detection_example.py
examples/compare_benchmarks.py
examples/direct_draw_demo.py
examples/fixed_benchmark_common.py
examples/fixed_benchmark_side_by_side.py
examples/font_family_demo.py
examples/function_update_demo.py
examples/game_object_transform_demo.py
examples/input_demo.py
examples/logging_demo.py
examples/manual_loop.py
examples/mesh_demo.py
examples/pyg_engine_fixed_benchmark.py
examples/pygame_fixed_benchmark.py
examples/rendering_showcase_demo.py
examples/snake_demo.py
examples/threading_demo.py
examples/ui_demo.py
examples/visualization_demo.py
examples/assets/fonts/Inter-Bold.ttf
examples/assets/fonts/Inter-Italic.ttf
examples/assets/fonts/Inter-Regular.ttf
images/1.png
images/1_lower-res.png
images/1_zoomed.png
images/2.png
images/3.png
images/pyg_logo.png
images/snake.gif
images/snake.png
python/pyg_engine/__init__.py
python/pyg_engine/_version.py
python/pyg_engine/engine.py
python/pyg_engine/shapes.py
python/pyg_engine/ui.py
python/pyg_engine.egg-info/PKG-INFO
python/pyg_engine.egg-info/SOURCES.txt
python/pyg_engine.egg-info/dependency_links.txt
python/pyg_engine.egg-info/entry_points.txt
python/pyg_engine.egg-info/not-zip-safe
python/pyg_engine.egg-info/requires.txt
python/pyg_engine.egg-info/top_level.txt
rust/src/lib.rs
rust/src/bindings/color_bind.rs
rust/src/bindings/engine_bind.rs
rust/src/bindings/input_bind.rs
rust/src/bindings/mod.rs
rust/src/bindings/physics_bind.rs
rust/src/bindings/vector_bind.rs
rust/src/core/camera.rs
rust/src/core/command.rs
rust/src/core/component.rs
rust/src/core/draw_manager.rs
rust/src/core/engine.rs
rust/src/core/entity.rs
rust/src/core/game_object.rs
rust/src/core/geometry.rs
rust/src/core/input_manager.rs
rust/src/core/logging.rs
rust/src/core/mod.rs
rust/src/core/object_manager.rs
rust/src/core/render_manager.rs
rust/src/core/shader.wgsl
rust/src/core/text.rs
rust/src/core/texture.rs
rust/src/core/time.rs
rust/src/core/ui_manager.rs
rust/src/core/window_manager.rs
rust/src/core/physics/aabb_tree.rs
rust/src/core/physics/collider.rs
rust/src/core/physics/collision_world.rs
rust/src/core/physics/events.rs
rust/src/core/physics/layers.rs
rust/src/core/physics/mod.rs
rust/src/core/physics/sat.rs
rust/src/core/physics/shapes.rs
rust/src/core/ui/button.rs
rust/src/core/ui/event.rs
rust/src/core/ui/label.rs
rust/src/core/ui/layout.rs
rust/src/core/ui/mod.rs
rust/src/core/ui/panel.rs
rust/src/core/ui/style.rs
rust/src/types/color.rs
rust/src/types/mod.rs
rust/src/types/vector.rs
tests/test_bindings.py
tests/test_engine_rust.py