Explorar el Código

doc: add ecsact to links.md (thanks @zaucy for pointing this out)

Michele Caini hace 3 años
padre
commit
920338be59
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      docs/md/links.md

+ 3 - 0
docs/md/links.md

@@ -170,6 +170,9 @@ I hope this list can grow much more in the future:
     2D & 3D game engine that focuses on being fast and powerful.
     2D & 3D game engine that focuses on being fast and powerful.
   * [The Worst Engine](https://github.com/Parasik72/TWE): a game engine based on
   * [The Worst Engine](https://github.com/Parasik72/TWE): a game engine based on
     OpenGL.
     OpenGL.
+  * [Ecsact](https://ecsact.dev/): a language aimed at describing ECS, with a
+    [runtime implementation](https://github.com/ecsact-dev/ecsact_rt_entt) based
+    on `EnTT`.
 
 
 * Articles, videos and blog posts:
 * Articles, videos and blog posts:
   * [Some posts](https://skypjack.github.io/tags/#entt) on my personal
   * [Some posts](https://skypjack.github.io/tags/#entt) on my personal