Skip to content
/ secs Public

A fast Rust-y Entity Component System (ECS) for Sui

Notifications You must be signed in to change notification settings

mcxross/secs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SECS

Sui Entity Component System

Thanks to Suis' object-centric nature, it directly aligns with the first two characteristics of the Entity Component System (ECS) paradigm. However, for the complete implementation of this pattern, we require a System that can effectively utilize it. SECS serves as the crucial component, functioning as the sole manager for all entities possessing the desired components.


About

A fast Rust-y Entity Component System (ECS) for Sui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages