Skip to content

Type-agnostic archetypal Entity-Component-System, written in C++

License

Notifications You must be signed in to change notification settings

metaquarx/Stitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Stitch is a type-agnostic Entity Component System. This follows the composition-over-inheritance design principle, thereby allowing for greater flexibility when defining entities; just like legos.

Stitch is bitset-free - that means that you don't need to specify what components you will use before you use them.

Docs

Docs

Tutorial

About

Type-agnostic archetypal Entity-Component-System, written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published