Commit graph

7 commits

Author SHA1 Message Date
reo
47c3b2b111 New crate: raidillon_app, refactor game/main.rs to use the new crate 2025-11-16 19:32:56 +03:00
reo
13aefcc86f Remove imgui from the entire project 2025-11-16 18:34:48 +03:00
reo
e88ce258ce Tweak keybinds.rs to make camera mode toggle smoother 2025-10-29 21:37:49 +03:00
reo
ded85dcd72 Optimize imports of kinematic_character_controller.rs 2025-10-29 21:36:38 +03:00
reo
96a59b68fa Move debug_camera to the game crate, activate FPSDebugCameraSystem 2025-10-29 21:35:55 +03:00
reo
713d865dd7 MASSIVE Kinematic Character Controller Update
- NEW kinematic character controller powered by rapier3d at kinematic_character_controller.rs
- NEW camera modes. The ability to switch between the free debug camera and new character controller.
- NEW keybinds system to support the camera mode swap
2025-10-26 18:29:59 +03:00
reo
8b5a6167eb Physics Support
- NEW CRATE: raidillon_physics.
- Added new models to be able to test the physics support.
- Added a new system "PhysicsSystem" to apply physics calculations to the ECS world.
- NEW COMPONENT: RigidBodyComponent
2025-10-19 17:40:51 +03:00