4 releases
0.1.3 | May 5, 2024 |
---|---|
0.1.2 | Nov 10, 2023 |
0.1.1 | Jul 28, 2023 |
0.1.0 | Apr 1, 2023 |
#748 in Game dev
47KB
317 lines
First-person-controller plugin for the Bevy game-engine.
The controller benefits from the features offered by the rapier character controller
.
Example
Try out the example by cloning this repo and running the following command:
cargo run --example basic
Example map model Temple ruins by Deyama, licensed under Creative Commons Attribution
Version compatibility
bevy | bevy_fpc |
---|---|
0.13 | 0.1.3 |
0.12 | 0.1.2 |
0.11 | 0.1.1 |
0.10 | 0.1 |
License
Licensed under either of
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.
Dependencies
~42–79MB
~1.5M SLoC