Ver Fonte

doc: updated similar projects

Michele Caini há 4 anos atrás
pai
commit
aeca69903e
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      docs/md/reference.md

+ 2 - 0
docs/md/reference.md

@@ -61,6 +61,8 @@ I hope this list can grow much more in the future:
   * [Legion](https://github.com/TomGillen/legion): a chunk based archetype ECS.
   * [Legion](https://github.com/TomGillen/legion): a chunk based archetype ECS.
   * [Shipyard](https://github.com/leudz/shipyard): it borrows some ideas from
   * [Shipyard](https://github.com/leudz/shipyard): it borrows some ideas from
     `EnTT` and offers a sparse sets based ECS with grouping functionalities.
     `EnTT` and offers a sparse sets based ECS with grouping functionalities.
+  * [Sparsey](https://github.com/LechintanTudor/sparsey): sparse set based ECS
+    written in Rust.
   * [Specs](https://github.com/amethyst/specs): a parallel ECS based mainly on
   * [Specs](https://github.com/amethyst/specs): a parallel ECS based mainly on
     hierarchical bitsets that allows different types of storage as needed.
     hierarchical bitsets that allows different types of storage as needed.