From 891b4f3d5293875c6ecc6642a8adaed634781240 Mon Sep 17 00:00:00 2001 From: Tudor Lechintan Date: Sat, 4 Jun 2022 13:29:24 +0300 Subject: [PATCH] Add Sparsey 0.8.0 section --- content/news/034/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/news/034/index.md b/content/news/034/index.md index 44ac69423..7d93cbfed 100644 --- a/content/news/034/index.md +++ b/content/news/034/index.md @@ -403,6 +403,18 @@ is to allow loading any custom values as dynamic assets. [iyes_loopless]: https://github.com/IyesGames/iyes_loopless [iyes_progress]: https://github.com/IyesGames/iyes_progress +### [Sparsey] + +[Sparsey] by [@LechintanTudor] is a sparse set-based Entity Component System +with beautiful and concise syntax. + +The latest release, `0.8.0`, adds some convenience panicking functions for +borrowing resources and a method for resetting a `World` to its default state +without having to recreate it. + +[Sparsey]: https://github.com/LechintanTudor/sparsey +[@LechintanTudor]: https://github.com/LechintanTudor + ## Popular Workgroup Issues in Github