File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,26 @@ drop a star 🌟. It helps maintain momentum in the project.
156
156
[ @zeskeertwee ] : https://github.com/zeskeertwee
157
157
[ @sokorototo ] : https://github.com/sokorototo
158
158
159
+ ### Sparsey 0.7
160
+
161
+ ![ Sparsey] ( sparsey.png )
162
+
163
+ [ Sparsey] by [ @LechintanTudor ] is a sparse set-based Entity Component System
164
+ with beautiful and concise syntax.
165
+
166
+ The biggest change in this release was the removal of component change detection
167
+ which had a significant impact on performance and memory usage. As a result,
168
+ Sparsey performs much better in all benchmarks and the codebase is easier to
169
+ maintain.
170
+
171
+ The systems module received a major overhaul with an improved scheduling
172
+ algorithm, allowing more systems to run in parallel, and an important usability
173
+ improvement allowing systems to be added to schedules without having to call
174
+ ` .system() ` on the system functions.
175
+
176
+ [ Sparsey ] : https://github.com/LechintanTudor/sparsey
177
+ [ @LechintanTudor ] : https://github.com/LechintanTudor
178
+
159
179
## Popular Workgroup Issues in Github
160
180
161
181
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments