Cargo.toml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
docs/README.md
examples/button_features_demo.py
examples/logging_demo.py
examples/python_bulk_draw_demo.py
examples/python_camera_worldspace_demo.py
examples/python_direct_draw_demo.py
examples/python_function_update_demo.py
examples/python_game_object_transform_demo.py
examples/python_input_demo.py
examples/python_manual_loop.py
examples/python_mesh_demo.py
examples/python_rendering_showcase_demo.py
examples/python_snake_demo.py
examples/python_threading_demo.py
examples/python_visualization_demo.py
examples/ui_demo.py
images/1.png
images/1_lower-res.png
images/1_zoomed.png
images/2.png
images/3.png
images/pyg_logo.png
images/snake.png
python/pyg_engine/__init__.py
python/pyg_engine/engine.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/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/texture.rs
rust/src/core/time.rs
rust/src/core/ui_manager.rs
rust/src/core/window_manager.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