From 9c13fb069ca746a6bada88f7f01dd06dba32599f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sat, 21 May 2016 12:33:33 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7381ef2..8e24bd1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ Svelto Entity Component System for Unity ===================================== -the relative example can be found here: +you can find a working example to learn how to use the framework here: https://github.com/sebas77/Svelto-ECS-Example -I advise to clone the repositories separately under the same Unity project Assets folder. +I advise to clone the example repositories separately from the framework one, both under the same Unity project Assets folder. + +If you want to know more about the theory and rationale behind this framework: http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-i-dependency-injection/ From e24f8754935cdef73941b11fddf8e889534393ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sat, 21 May 2016 13:20:27 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8e24bd1..55d9412 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,10 @@ http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iv-dependency http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-v-drifting-away-from-ioc-containers/ +Copyright (c) Sebastiano MandalĂ  + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. From c6526cb3cc543baaa145f91bfa92c4db143d3df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sat, 21 May 2016 17:06:28 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55d9412..42bc4cf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ I advise to clone the example repositories separately from the framework one, bo If you want to know more about the theory and rationale behind this framework: +http://www.sebaslab.com/ecs-1-0/ + 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/