aligator / bevy-fps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 applied.
It also already includes a very simple start menu.

Be sure to check out the Bevy documentation.

🚴 Usage

πŸ‘ Use cargo generate to Clone this Template

Learn more about cargo generate here.

cargo generate --git https://github.com/aligator/bevy-template.git --name my-project
cd my-project

πŸ› οΈ Run with cargo run

cargo run

About

License:MIT License


Languages

Language:Rust 100.0%