Selaa lähdekoodia

doc: updated list of similar projects

Michele Caini 5 vuotta sitten
vanhempi
commit
cc7d9e03d9
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 1 1
      docs/CMakeLists.txt
  2. 2 0
      docs/md/reference.md

+ 1 - 1
docs/CMakeLists.txt

@@ -25,7 +25,7 @@ add_custom_target(
         md/locator.md
         md/meta.md
         md/process.md
-        md/references.md
+        md/reference.md
         md/resource.md
         md/signal.md
         md/unreal.md

+ 2 - 0
docs/md/references.md → docs/md/reference.md

@@ -34,6 +34,8 @@ I hope this list can grow much more in the future:
 * C#
   * [Entitas](https://github.com/sschmid/Entitas-CSharp): the ECS framework for
     C# and Unity, where _reactive systems_ were invented.
+  * [LeoECS](https://github.com/Leopotam/ecs): simple lightweight C# Entity
+    Component System framework.
   * [Svelto.ECS](https://github.com/sebas77/Svelto.ECS): a very interesting
     platform agnostic and table based ECS framework.