Mirror of Svelto.ECS because we're a fan of it
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 898B

9 years ago
9 years ago
8 years ago
9 years ago
9 years ago
8 years ago
9 years ago
9 years ago
123456789101112131415161718192021
  1. Svelto Entity Component System for Unity
  2. =====================================
  3. you can find a working example to learn how to use the framework here:
  4. https://github.com/sebas77/Svelto-ECS-Example
  5. I advise to clone the example repositories separately from the framework one, both under the same Unity project Assets folder.
  6. If you want to know more about the theory and rationale behind this framework:
  7. http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-i-dependency-injection/
  8. http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-ii-inversion-of-control/
  9. http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iii-entity-component-systems/
  10. http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iv-dependency-inversion-principle/
  11. http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-v-drifting-away-from-ioc-containers/