From 5a5618cef5c2cf868ce901ea209add98d11306b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Fri, 27 Apr 2018 10:36:00 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 162b8f3..ec3a4eb 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ you can find a working example to learn how to use the framework here: * 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/ +Note: I included the IoC articles just to show you how I shifted over the years from using an IoC container to use a ECS framework. + **The perfect companion for Svelto.ECS is Svelto.Tasks to run the logic of the Systems even on other threads!** * https://github.com/sebas77/Svelto.Tasks From 233de294b24ffca4bb888531ecbb0f7737a1b2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sun, 13 May 2018 18:23:08 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec3a4eb..aadf589 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ you can find a working example to learn how to use the framework here: ## Articles -**Dario Oliveri's Svelto.ECS articles:** +**Svelto users articles:** -* https://eagergames.wordpress.com/category/ecs/ +* https://eagergames.wordpress.com/category/ecs/ (Dario Oliveri) +* https://blogs.msdn.microsoft.com/uk_faculty_connection/2018/05/08/entity-component-system-in-unity-a-tutorial/ (Lee Stott) **Framework articles:**