Przeglądaj źródła

doc: updated similar projects

Michele Caini 4 lat temu
rodzic
commit
aeca69903e
1 zmienionych plików z 2 dodań i 0 usunięć
  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.
   * [Shipyard](https://github.com/leudz/shipyard): it borrows some ideas from
     `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
     hierarchical bitsets that allows different types of storage as needed.