From 10a54c368caac1dcf78c892fd48bc4b2a9959fa9 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Fri, 10 May 2024 18:09:34 +0200 Subject: [PATCH] Update list --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb62bdf..af675da 100644 --- a/README.md +++ b/README.md @@ -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