File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -614,6 +614,18 @@ You may contact the author on Twitter [@ManevilleF][ManevilleF] or join the
614
614
[ bv_bevy ] : https://bevyengine.org/
615
615
[ bv_wikipedia ] : https://en.wikipedia.org/wiki/Verlet_integration
616
616
617
+ ### [ hecs]
618
+
619
+ [ hecs] is a fast, lightweight, and unopinionated archetypal ECS library.
620
+
621
+ Version 0.6 introduces ` PreparedQuery ` , allowing query set-up cost to be
622
+ amortized across multiple invocations. ` EntityRef ` 's API was expanded to include
623
+ a single-entity ` query ` method, and now exposes the referenced entity's
624
+ handle. Finally, ` World::spawn_batch ` and ` reserve ` were optimized for better
625
+ performance when called repeatedly.
626
+
627
+ [ hecs ] : https://github.com/Ralith/hecs
628
+
617
629
## Popular Workgroup Issues in Github
618
630
619
631
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments