The Code companion for a talk I gave at SeaGL 2020 and a blog-post I wrote to accompany that talk.
The project is meant to act as a very simple introduction to the Amethyst Game Engine.
Follow the blog-post here: LINK COMING SOON
Each step in the blog-post has an accompanied tag:
- Step 0: Join the Cargo Cult
- Step 1: Draw a Window
- Step 2: Draw a SeaGL
- Step 3: Move Around
- Step 4: Eat some Food
Each tag can be checked out and run with cargo run
.
The Amethyst Book is awesome and has way more depth: https://book.amethyst.rs/stable/intro.html
The code in this repo is licensed under MIT and is free to use under Creative Commons Attribution 4.0 International License.