Skip to content
/ bevy-starter Public template

A skeleton Bevy project with all recommended developer optimizations

Notifications You must be signed in to change notification settings

nelsontkq/bevy-starter

Repository files navigation

Bevy Starter

This skeleton template is a pre-configured environment for developing games using Bevy, a data-driven game engine built in Rust. This project includes all the recommended optimizations shown in the Official Bevy Docs and Bevy Cheatbook.

Building for release

When you finally release your game, you'll want to:

  • remove the dynamic_linking feature from bevy.
  • update your ./.cargo/config.toml and uncomment the lto = "thin" line. This will enable Link Time Optimization. This will allow optimizations across crates, which can result in a smaller binary size and faster runtime. However, it will significantly increase your compile times.

About

A skeleton Bevy project with all recommended developer optimizations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published