{"id":"alicesaidhi/jecs","name":"jecs","scope":"alicesaidhi","platform":"roblox","description":"Mirrored from the Wally registry.","version":"0.11.0-nnullcolumn.2","latest":"0.11.0-nnullcolumn.2","versions":["0.11.0-nnullcolumn.0","0.11.0-nnullcolumn.1","0.11.0-nnullcolumn.2"],"license":"MIT","licenseRating":"safe","licenseCaveats":[],"licenseVerified":true,"dependencies":{},"integrity":"c4ef8a32cf2d26b997cfbacf40706039a29fabae4527bbcdab9a2555a859cc52","likes":0,"downloads":0,"install":"forest install alicesaidhi/jecs","url":"https://forest.dev/p/roblox/alicesaidhi/jecs","files":"https://api.forest.dev/ai/package/roblox/alicesaidhi/jecs/files","readme":"Just a stupidly fast Entity Component System\n\n-   [Entity Relationships](https://ajmmertens.medium.com/building-games-in-ecs-with-entity-relationships-657275ba2c6c) as first class citizens\n-   Iterate 800,000 entities at 60 frames per second\n-   Type-safe [Luau](https://luau-lang.org/) API\n-   Zero-dependency package\n-   Optimized for column-major operations\n-   Cache friendly [archetype/SoA](https://ajmmertens.medium.com/building-an-ecs-2-archetypes-and-vectorization-fe21690805f9) storage\n-   Rigorously [unit tested](https://github.com/Ukendio/jecs/actions/workflows/unit-testing.yaml) for stability\n\n### Get Started\nIt is recommended that you clone the repository and navigate the documentation in your favourite editor.\n\nThis repository includes a few subfolders that can help you get started with jecs:\n\n- how_to:\n \tThis is a step-by-step introduction to how this ECS works and the reasoning behind its design.\n\n- modules:\n \tThese are regularly used modules and should be mostly working, but some might not be. You can look in this folder to see some code that you might use to help you hit the ground running quickly.\n\n- examples:\n  \tThese are larger programs that showcase real use cases and can help you understand how everything fits together.\n\nIf you wish to view the documentation inside Roblox Studio, you can find an importable model file [here](https://nightly.link/Ukendio/jecs/workflows/build-studio-docs.yaml/main/studio_docs.zip).\n\n### Benchmarks\n\n21,000 entities 125 archetypes 4 random components queried.\n![Queries](test/benches/data/image-3.png)\nCan be found under /test/benches/visual/query.luau\n\nInserting 8 components to an entity and updating them over 50 times.\n![Insertions](test/benches/data/image-4.png)\nCan be found under /test/benches/visual/insertions.luau\n","readmeTruncated":false}