Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/undefinedbhvr/vidar

Open Source Bevy FPS Game
https://github.com/undefinedbhvr/vidar

bevy ecs first-person-shooter game-development rust rust-gamedev

Last synced: 2 months ago
JSON representation

Open Source Bevy FPS Game

Awesome Lists containing this project

README

        

# Vidar

Vidar is a work-in-progress first-person shooter (FPS) game built with the Bevy game engine.

## Current Status

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.

## Getting Started

To run the current build of Vidar:

1. Ensure you have Rust and Cargo installed on your system.
2. Clone this repository.
3. Run `cargo run` in the project directory.

## Contributing

I welcome any and all contributions! Please make a PR or Issue if you have any questions, suggestions, or feedback.

## License

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](./LICENSE) file for more information.

## Acknowledgements

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](./src/screens/credits.rs) for more information.