mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Update list
This commit is contained in:
parent
cfee0e9861
commit
10a54c368c
1 changed files with 4 additions and 2 deletions
|
@ -11,11 +11,13 @@ Just an ECS
|
|||
|
||||
jecs is a stupidly fast Entity Component System (ECS).
|
||||
|
||||
- Entity Relationships as first class citizens
|
||||
- Process tens of thousands of entities with ease every frame
|
||||
- Zero-dependency Luau package
|
||||
- Type-safe [Luau](https://luau-lang.org/) API
|
||||
- Zero-dependency package
|
||||
- Optimized for column-major operations
|
||||
- Cache friendly archetype/SoA storage
|
||||
- Entity Relationships as first class citizens
|
||||
- Unit tested for stability
|
||||
|
||||
### Example
|
||||
|
||||
|
|
Loading…
Reference in a new issue