Skip to content

N28: hecs #867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions content/news/028/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Entity>` 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

<!-- Up to 10 links to interesting issues -->
Expand Down