Commit graph

6 commits

Author SHA1 Message Date
reo
a51aeb23bd Fix character collider shape 2025-12-17 20:56:02 +03:00
reo
6ac8e8f503 Update kinematic character controller to apply forces to dynamic bodies
the character collides with
2025-12-15 22:44:44 +03:00
reo
b17a7636d8 Implement MenuSystem, reimplement the mouse grab and menu system, add a new common module in the game systems for common functions, various other fixes 2025-11-22 14:15:53 +03:00
reo
47c3b2b111 New crate: raidillon_app, refactor game/main.rs to use the new crate 2025-11-16 19:32:56 +03:00
reo
445d90b1a5 Optimize imports of kinematic_character_controller.rs 2025-11-16 15:38:20 +00:00
reo
f503c70a9b 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-11-16 15:38:20 +00:00