File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -431,6 +431,27 @@ _Discussions:
431
431
[ @jkhelsing ] : https://twitter.com/jkhelsing
432
432
[ GGRS ] : https://gschup.github.io/ggrs
433
433
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
+
434
455
## Popular Workgroup Issues in Github
435
456
436
457
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments