A template for Bevy games based on the official Quick Start guide. https://bevyengine.org/learn/quick-start/getting-started/setup/
Go to file Use this template
2024-07-22 10:12:05 -05:00
.cargo Add initial .cargo/config.toml 2024-03-15 12:26:59 -05:00
.gitea/workflows Use nightly rust; add missing deps; enable LFS on releases 2024-07-22 10:12:05 -05:00
src Default to return AppExit from the program 2024-07-13 12:01:08 -05:00
.gitignore Add initial .gitignore and README.md 2024-03-15 12:25:50 -05:00
Cargo.lock Bump to bevy 0.14.0 2024-07-13 11:54:20 -05:00
Cargo.toml Bump to bevy 0.14.0 2024-07-13 11:54:20 -05:00
README.md Add initial .gitignore and README.md 2024-03-15 12:25:50 -05:00
rust-toolchain.toml Add initial rust-toolchain.toml 2024-03-15 12:26:46 -05:00

Bevy Quick Start Template

This template is based on the Quick Start instructions for the Bevy Game Engine. The aim of this template is to follow the Quick Start guide as closely as possible and implement these select features: