From 3d03f73040c6d98df9ccaf14aa5a5924be942494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sat, 13 Jan 2018 10:50:08 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e10100f..594e7db 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,25 @@ I advise to clone the example repositories separately from the framework one, bo relative articles: http://www.sebaslab.com/ecs-1-0/ + http://www.sebaslab.com/svelto-ecs-svelto-tasks-to-write-data-oriented-cache-friendly-multi-threaded-code-in-unity/ + http://www.sebaslab.com/svelto-ecs-2-0-almost-production-ready/ If you want to know more about the theory and rationale behind this framework: http://www.sebaslab.com/ioc-container-for-unity3d-part-1/ + http://www.sebaslab.com/ioc-container-for-unity3d-part-2/ + http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-i-dependency-injection/ + http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-ii-inversion-of-control/ + http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iii-entity-component-systems/ + http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iv-dependency-inversion-principle/ + http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-v-drifting-away-from-ioc-containers/ new article on optimizations: