Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 463 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 463 Bytes

How to ECS (Entity Component System)

A little example in Rust for creating a "game" with specs. This was just for me to better understand how to split things into components and what systems to use.

If you want to try it out you have to install SDL2 and SDL2_IMAGE first and then run cargo run.

Credits goes to sunjay for providing a code tutorial on this topic which I just copied.