Skip to content

Commit 44b4678

Browse files
N26: Sparsey (#800)
1 parent d39600a commit 44b4678

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/news/026/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,27 @@ _Discussions:
431431
[@jkhelsing]: https://twitter.com/jkhelsing
432432
[GGRS]: https://gschup.github.io/ggrs
433433

434+
### [Sparsey]
435+
436+
[Sparsey] by [@LechintanTudor] is a new sparse set-based Entity Component System
437+
(ECS) with component storage grouping, granular component change detection,
438+
fallible systems and beautiful syntax.
439+
440+
The goal of [Sparsey] is to provide a sparse set-based ECS which fully takes
441+
advantage of its core data structure. An example of this is component storage
442+
grouping, a feature which allows getting the best performance possible when
443+
iterating over queries which match certain patterns described by the user, at
444+
the cost of a performance penalty when inserting or removing components from
445+
these storages.
446+
447+
To get started with [Sparsey], check out the [Sparsey Cheat Sheet] and the
448+
[examples on GitHub]!
449+
450+
[Sparsey]: https://github.com/LechintanTudor/sparsey
451+
[@LechintanTudor]: https://github.com/LechintanTudor
452+
[Sparsey Cheat Sheet]: https://github.com/LechintanTudor/sparsey/blob/master/guides/cheat_sheet.md
453+
[examples on GitHub]: https://github.com/LechintanTudor/sparsey/tree/master/examples
454+
434455
## Popular Workgroup Issues in Github
435456

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

0 commit comments

Comments
 (0)