Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

bevy 0.12 template

A template for kick starting a Rust and Bevy project.

## 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
```