mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Update README.md
This commit is contained in:
parent
b8f7bed84c
commit
f1ba9c4a55
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Just an ECS
|
||||||
jecs is a stupidly fast Entity Component System (ECS).
|
jecs is a stupidly fast Entity Component System (ECS).
|
||||||
|
|
||||||
- Entity Relationships as first class citizens
|
- Entity Relationships as first class citizens
|
||||||
- Process tens of thousands of entities with ease every frame
|
- Iterate 350,000 entities at 60 frames per second
|
||||||
- Type-safe [Luau](https://luau-lang.org/) API
|
- Type-safe [Luau](https://luau-lang.org/) API
|
||||||
- Zero-dependency package
|
- Zero-dependency package
|
||||||
- Optimized for column-major operations
|
- Optimized for column-major operations
|
||||||
|
|
Loading…
Reference in a new issue