Skip to content

Bastczuak/how-to-ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages