Explorar el Código

doc: updated list for similar projects

Michele Caini hace 5 años
padre
commit
8490264af3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      docs/md/references.md

+ 2 - 0
docs/md/references.md

@@ -28,6 +28,8 @@ I hope this list can grow much more in the future:
     ECS that uses sparse sets to keep track of entities in systems.
     ECS that uses sparse sets to keep track of entities in systems.
   * [EntityX](https://github.com/alecthomas/entityx): a bitset based ECS that
   * [EntityX](https://github.com/alecthomas/entityx): a bitset based ECS that
     uses a single large matrix of components indexed with entities.
     uses a single large matrix of components indexed with entities.
+  * [Polypropylene](https://github.com/pmbittner/Polypropylene): a hybrid
+    solution between an ECS and dynamic mixins.
 
 
 * C#
 * C#
   * [Entitas](https://github.com/sschmid/Entitas-CSharp): the ECS framework for
   * [Entitas](https://github.com/sschmid/Entitas-CSharp): the ECS framework for