Physics Support #8

Merged
reo merged 6 commits from 2025-10-19-physics into master 2025-11-16 15:38:20 +00:00

6 commits

Author SHA1 Message Date
reo
73dbcdbd6c Merge branch 'master' into 2025-10-19-physics 2025-11-16 18:23:55 +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