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 750B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
1234567891011121314
  1. Svelto Entity Component System for Unity
  2. =====================================
  3. the relative example can be found here:
  4. https://github.com/sebas77/Svelto-ECS-Example
  5. I advise to clone the repositories separately under the same Unity project Assets folder.
  6. #http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-i-dependency-injection/
  7. #http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-ii-inversion-of-control/
  8. #http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iii-entity-component-systems/
  9. #http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iv-dependency-inversion-principle/
  10. #http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-v-drifting-away-from-ioc-containers/