[![Crates.io](https://img.shields.io/crates/v/bevy_fpc.svg)](https://crates.io/crates/bevy_fpc) [![MIT/Apache 2.0](https://img.shields.io/crates/l/bevy_fpc)](https://codeberg.org/Eternahl/bevy_fpc#license) [![docs.rs](https://docs.rs/bevy_fpc/badge.svg)](https://docs.rs/bevy_fpc) [![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking) ![Pipeline status](https://ci.codeberg.org/api/badges/Eternahl/bevy_fpc/status.svg) First-person-controller plugin for the [Bevy](https://bevyengine.org) game-engine. The controller benefits from the features offered by the [`rapier character controller`](https://rapier.rs/docs/user_guides/bevy_plugin/character_controller). # Example Try out the example by cloning this repo and running the following command: ```sh cargo run --example basic ``` Example map model [Temple ruins](https://sketchfab.com/3d-models/temple-ruins-6b3eb4e27e03485a886ce5304e95f897) by [Deyama](https://sketchfab.com/deyama), licensed under [Creative Commons Attribution](http://creativecommons.org/licenses/by/4.0/) # 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](https://codeberg.org/Eternahl/bevy_fpc/src/branch/trunk/LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)) - Apache License, Version 2.0 ([LICENSE-APACHE](https://codeberg.org/Eternahl/bevy_fpc/src/branch/trunk/LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](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.