File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments