Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0a9ba5

Browse filesBrowse files
N48: Add Sparsey (rust-gamedev#1424)
1 parent 77e4b7c commit a0a9ba5
Copy full SHA for a0a9ba5

File tree

1 file changed

+12
-0
lines changed
Filter options

1 file changed

+12
-0
lines changed

‎content/news/048/index.md

Copy file name to clipboardExpand all lines: content/news/048/index.md
+12Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,18 @@ _Discussions: [/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/14zr5
175175
[bevy-xpbd-post]: https://joonaa.dev/blog/03/bevy-xpbd-0-2-0
176176
[bevy-xpbd-changelog]: https://github.com/Jondolf/bevy_xpbd/releases/tag/v0.2.0
177177

178+
### [Sparsey]
179+
180+
[Sparsey] by [@LechintanTudor] is a fast and flexible Entity Component System
181+
based on sparse sets.
182+
183+
The latest release, v0.11.0, improves the performance of adding and removing
184+
components from entities and adds new functions for running systems that only
185+
borrow data from one of `World`, `Resources` or `SyncResources`.
186+
187+
[Sparsey]: https://github.com/LechintanTudor/sparsey
188+
[@LechintanTudor]: https://github.com/LechintanTudor
189+
178190
## Popular Workgroup Issues in Github
179191

180192
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.