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
This commit is contained in:
reo 2025-10-26 18:29:59 +03:00
parent 8b5a6167eb
commit 713d865dd7
12 changed files with 323 additions and 26 deletions

2
Cargo.lock generated
View file

@ -1799,6 +1799,7 @@ dependencies = [
"indexmap",
"raidillon_assets",
"raidillon_core",
"raidillon_ecs",
"raidillon_platform",
"winit",
]
@ -1808,6 +1809,7 @@ name = "raidillon_game"
version = "0.1.0"
dependencies = [
"glam 0.30.8",
"hecs",
"raidillon_assets",
"raidillon_core",
"raidillon_ecs",