From 6a03702b57a56a1c670b8b895c938bb4cd424e78 Mon Sep 17 00:00:00 2001 From: Tudor Lechintan Date: Tue, 22 Aug 2023 21:57:59 +0300 Subject: [PATCH] N48: Add Sparsey section --- content/news/048/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/news/048/index.md b/content/news/048/index.md index a2b0ba441..39a1aaebc 100644 --- a/content/news/048/index.md +++ b/content/news/048/index.md @@ -75,6 +75,18 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +### [Sparsey] + +Sparsey by [@LechintanTudor] is a fast and flexible Entity Component System +based on sparse sets. + +The latest release, v0.11.0, improves the performance of adding and removing +components from entities and adds new functions for running systems that only +borrow data from one of `World`, `Resources` or `SyncResources`. + +[Sparsey]: https://github.com/LechintanTudor/sparsey +[@LechintanTudor]: https://github.com/LechintanTudor + ## Popular Workgroup Issues in Github