diff --git a/content/news/028/index.md b/content/news/028/index.md index 400a6e794..24f31c8c1 100644 --- a/content/news/028/index.md +++ b/content/news/028/index.md @@ -268,6 +268,21 @@ performance and robustness improvements. [RFC9000]: https://www.rfc-editor.org/rfc/rfc9000.html [quinn_release]: https://github.com/quinn-rs/quinn/releases/tag/0.8.0 +### [hecs] + +[hecs] is a fast, lightweight, and unopinionated archetypal ECS library. + +[Version 0.7](hecs-changelog) introduces several new features, including two new +query combinators, a `CommandBuffer` for recording operations to be applied to a +`World` at a future time, accessors for efficient random access within columns, +and a variant of `EntityBuilder` that clones its components and can therefore be +spawned from repeatedly. Other improvements include compatibility with 32-bit +MIPS and PPC, and introduction of a niche to `Entity` so that +e.g. `Option` will not consume additional space. + +[hecs]: https://github.com/Ralith/hecs +[hecs-changelog]: https://github.com/Ralith/hecs/blob/master/CHANGELOG.md#071 + ## Popular Workgroup Issues in Github