Update README.md

This commit is contained in:
Marcus 2024-08-21 03:20:44 +02:00 committed by GitHub
parent 012779eb08
commit 3d8d71b48d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,12 +7,10 @@
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache-blue.svg?style=for-the-badge)](LICENSE-APACHE) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache-blue.svg?style=for-the-badge)](LICENSE-APACHE)
[![Wally](https://img.shields.io/github/v/tag/ukendio/jecs?&style=for-the-badge)](https://wally.run/package/ukendio/jecs) [![Wally](https://img.shields.io/github/v/tag/ukendio/jecs?&style=for-the-badge)](https://wally.run/package/ukendio/jecs)
Just an ECS jecs is Just a stupidly fast Entity Component System
jecs is a stupidly fast Entity Component System (ECS).
- Entity Relationships as first class citizens - 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 - Type-safe [Luau](https://luau-lang.org/) API
- Zero-dependency package - Zero-dependency package
- Optimized for column-major operations - Optimized for column-major operations