Skip to content

slowchop/bevy-template

Repository files navigation

Slowchop Studio's Bevy Template

This is a template for a Bevy game.

How to use

  1. Install cargo-generate
  2. Run cargo generate slowchop/bevy-template
  3. Hop into the new directory and run the project. Don't forget to use dynamic_linking for faster compile times.
    • cargo run --features bevy/dynamic_linking
  4. Check out the justfile for Wasm deployment things.

Features

  • Bevy 0.12.1!
  • Wasm build using wasm-pack that can be deployed to itch.io and netlify.
  • Contains a justfile (just) for building and deploying.
  • Everything is a Plugin!
  • A basic GameState used throughout the template.
  • A basic 2D character that moves around.
  • Some AI generated placeholders that you should not use.
  • Most things have a Name component for easier debugging.
  • Toggle fullscreen plugin.

Plugins

Licence

MIT or Apache-2.0, whichever you prefer.

Assets are generated by DALL-E 3 and are free to use, but please don't.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published