Vidar is a work-in-progress first-person shooter (FPS) game built with the Bevy game engine.
Vidar is in early development. I hope to leave this as an open source template for the community to use for research and design in their own projects.
To run the current build of Vidar:
- Ensure you have Rust and Cargo installed on your system.
- Clone this repository.
- Run
cargo run
in the project directory.
I welcome any and all contributions! Please make a PR or Issue if you have any questions, suggestions, or feedback.
Vidar is built off a template provided by the Bevy Jam working group. All work from the Bevy Jam working group is licensed under the MIT license.
All code original to this repository, including modifications and additions to the original template, is also available under the MIT license.
Please see the LICENSE file for more information.
This project was built using a template provided by the Bevy Jam working group. This project may contain several leftovers from that original template, which made use of third party assets. The credit for those assets are included in the credits screen for more information.