Browse Source

doc: updated links and references to similar projects

Michele Caini 5 years ago
parent
commit
3a3a2c2702
2 changed files with 4 additions and 0 deletions
  1. 1 0
      docs/md/links.md
  2. 3 0
      docs/md/references.md

+ 1 - 0
docs/md/links.md

@@ -117,6 +117,7 @@ I hope this list can grow much more in the future:
     - [Native Scripting](https://www.youtube.com/watch?v=iIUhg88MK5M).
     - [Native Scripting](https://www.youtube.com/watch?v=iIUhg88MK5M).
     - [Native Scripting (now with virtual functions!)](https://www.youtube.com/watch?v=1cHEcrIn8IQ).
     - [Native Scripting (now with virtual functions!)](https://www.youtube.com/watch?v=1cHEcrIn8IQ).
     - [Scene Hierarchy Panel](https://www.youtube.com/watch?v=wziDnE8guvI).
     - [Scene Hierarchy Panel](https://www.youtube.com/watch?v=wziDnE8guvI).
+    - [Properties Panel](https://www.youtube.com/watch?v=NBpB0qscF3E).
   * [Ability Creator](https://www.erichildebrand.net/blog/ability-creator-project-retrospect):
   * [Ability Creator](https://www.erichildebrand.net/blog/ability-creator-project-retrospect):
     project retrospect by [Eric Hildebrand](https://www.erichildebrand.net/).
     project retrospect by [Eric Hildebrand](https://www.erichildebrand.net/).
 
 

+ 3 - 0
docs/md/references.md

@@ -42,5 +42,8 @@ I hope this list can grow much more in the future:
   * [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.
 
 
+* Zig
+  * [zig-ecs](https://github.com/prime31/zig-ecs): a _zig-ification_ of `EnTT`.
+
 If you know of other resources out there that can be of interest for the reader,
 If you know of other resources out there that can be of interest for the reader,
 feel free to open an issue or a PR and I'll be glad to add them to this page.
 feel free to open an issue or a PR and I'll be glad to add them to this page.