Skip to content

Latest commit

 

History

History
158 lines (140 loc) · 7.11 KB

README.md

File metadata and controls

158 lines (140 loc) · 7.11 KB

Simple Bevy Tutorial

Bevy is a game engine built in Rust. This tutorial serves as a quick start for Bevy. We try to keep each part of the tutorial as simple as possible.

(Currently, this tutorial is for version 0.12.1.)

Basic

2D Rendering

Input

States

3D Rendering

See Also

  • Bevy - the GitHub of the Bevy game engine.
  • Bevy Cheat Book - a reference-style book for the Bevy game engine.

Contributions

Pull requests for typos, incorrect information, or other ideas are welcome!

License

All code in the tutorial is provided under the MIT License.