File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 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
614614[ bv_bevy ] : https://bevyengine.org/
615615[ bv_wikipedia ] : https://en.wikipedia.org/wiki/Verlet_integration
616616
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+
617629## Popular Workgroup Issues in Github
618630
619631<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments