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
012779eb08
commit
3d8d71b48d
1 changed files with 2 additions and 4 deletions
|
@ -7,12 +7,10 @@
|
|||
[](LICENSE-APACHE)
|
||||
[](https://wally.run/package/ukendio/jecs)
|
||||
|
||||
Just an ECS
|
||||
|
||||
jecs is a stupidly fast Entity Component System (ECS).
|
||||
jecs is Just a stupidly fast Entity Component System
|
||||
|
||||
- Entity Relationships as first class citizens
|
||||
- Iterate 500,000 entities at 60 frames per second
|
||||
- Iterate 800,000 entities at 60 frames per second
|
||||
- Type-safe [Luau](https://luau-lang.org/) API
|
||||
- Zero-dependency package
|
||||
- Optimized for column-major operations
|
||||
|
|
Loading…
Reference in a new issue