Commit graph

6 commits

Author SHA1 Message Date
reo
73692b710e Add debug wireframe rendering support 2025-12-15 15:53:54 +03:00
reo
f5a16213fa Add Settings with fullscreen and windowed options, a config file
(settings.toml) to persist settings, fix a bug in platform code where
innner window size wasn't updated on resize, various other tweaks
2025-12-09 17:52:17 +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
0af3b41293 Move debug_camera to the game crate, activate FPSDebugCameraSystem 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
reo
db1b427e2a 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-11-16 15:38:20 +00:00