| Crates.io | bevy_fps_controller |
| lib.rs | bevy_fps_controller |
| version | 16.1.0 |
| created_at | 2022-08-08 19:35:19.567813+00 |
| updated_at | 2025-08-31 22:02:46.13897+00 |
| description | Bevy plugin that adds a Source engine inspired FPS movement controller |
| homepage | |
| repository | https://github.com/qhdwight/bevy_fps_controller |
| max_upload_size | |
| id | 641008 |
| size | 1,362,243 |
Inspired from Source engine movement, this plugin implements movement suitable for FPS games.
Feel free to make issues/PRs!
See minimal_rapier.rs or minimal_avian.rs
Make sure to enable either the rapier or avian feature in Cargo.toml depending on what your backing physics engine is.
cargo run --release --features rapier --example minimal_rapier
Used by my other project: https://github.com/qhdwight/voxel-game-rs