Skip to content

mlawski/ECS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ECS

Simple ECS model which contains Entities fulfilled with Archetypes. Each Archetype contains Components and each Component includes EntityAction.

Customization

You may easily replace the std::list container. An example of own container usage can be activated by passing -DUSE_OWN_CONTAINER to CMake.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors