Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aligator/bevy-template
a template for starting a rust-bevy project
https://github.com/aligator/bevy-template
Last synced: 7 days ago
JSON representation
a template for starting a rust-bevy project
- Host: GitHub
- URL: https://github.com/aligator/bevy-template
- Owner: aligator
- License: mit
- Created: 2023-11-25T06:04:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T08:24:29.000Z (8 months ago)
- Last Synced: 2024-05-21T05:01:06.304Z (6 months ago)
- Language: Rust
- Size: 200 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE_MIT
Awesome Lists containing this project
README
## About
[**📚 Read this template tutorial! 📚**][template-docs]
This template is designed to create a simple Bevy project with the [official setup procedure](https://bevyengine.org/learn/book/getting-started/setup/) applied.
It also already includes a very simple start menu.Be sure to check out [the Bevy documentation](https://bevyengine.org/learn/book/introduction/).
## 🚴 Usage
### 🐑 Use `cargo generate` to Clone this Template
[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)
```
cargo generate --git https://github.com/aligator/bevy-template.git --name my-project
cd my-project
```### 🛠️ Run with `cargo run`
```
cargo run
```