Просмотр исходного кода

doc: add Arch ECS to references.md (#954)

genar 3 лет назад
Родитель
Сommit
b84b09421e
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      docs/md/reference.md

+ 2 - 0
docs/md/reference.md

@@ -34,6 +34,8 @@ I hope this list can grow much more in the future:
     solution between an ECS and dynamic mixins.
     solution between an ECS and dynamic mixins.
 
 
 * C#
 * C#
+  * [Arch](https://github.com/genaray/Arch): a simple, fast and _unity entities_
+    inspired archetype ECS with optional multithreading. 
   * [Entitas](https://github.com/sschmid/Entitas-CSharp): the ECS framework for
   * [Entitas](https://github.com/sschmid/Entitas-CSharp): the ECS framework for
     C# and Unity, where _reactive systems_ were invented.
     C# and Unity, where _reactive systems_ were invented.
   * [LeoECS](https://github.com/Leopotam/ecs): simple lightweight C# Entity
   * [LeoECS](https://github.com/Leopotam/ecs): simple lightweight C# Entity