From 74569b9d2f37756c1adc9f70c1d5ad388c916f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Mon, 27 Aug 2018 13:13:28 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df29d40..93882a4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ _If you write an article about Svelto, please let me know, I will add it here!_ **Framework articles:** +* http://www.sebaslab.com/svelto-2-7-whats-new-and-best-practices/ * http://www.sebaslab.com/svelto-ecs-2-5-and-allocation-0-code/ (shows what's changed compared to 2.0) * http://www.sebaslab.com/svelto-ecs-2-0-almost-production-ready/ (shows what's changed compared to 1.0) * http://www.sebaslab.com/ecs-1-0/ From 216990bde207b238b807d0b539db5fc5f7d46dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Mon, 27 Aug 2018 13:13:52 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93882a4..1383ba7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ _If you write an article about Svelto, please let me know, I will add it here!_ **Framework articles:** -* http://www.sebaslab.com/svelto-2-7-whats-new-and-best-practices/ +* http://www.sebaslab.com/svelto-2-7-whats-new-and-best-practices/ (shows what's changed compared to 2.5) * http://www.sebaslab.com/svelto-ecs-2-5-and-allocation-0-code/ (shows what's changed compared to 2.0) * http://www.sebaslab.com/svelto-ecs-2-0-almost-production-ready/ (shows what's changed compared to 1.0) * http://www.sebaslab.com/ecs-1-0/ From 3d3e9f28a877f6701521171784c7775c8915c114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Mon, 27 Aug 2018 13:14:26 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1383ba7..85df465 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ _If you write an article about Svelto, please let me know, I will add it here!_ * http://www.sebaslab.com/ecs-1-0/ * http://www.sebaslab.com/learning-svelto-ecs-by-example-the-unity-survival-example/ * http://www.sebaslab.com/learning-svelto-ecs-by-example-the-vanilla-example/ -* http://www.sebaslab.com/svelto-ecs-svelto-tasks-to-write-data-oriented-cache-friendly-multi-threaded-code-in-unity/ (since I don't like the example much, I didn't update the code, but the article is still valid) +* http://www.sebaslab.com/svelto-ecs-svelto-tasks-to-write-data-oriented-cache-friendly-multi-threaded-code-in-unity/ **Theory related articles (please read them to understand why I think ECS is great to write maintainable code):** From 9d4175808d888af2f7ea0f570c172415b671b581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Mon, 27 Aug 2018 13:14:49 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85df465..f0edbba 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can find a working example to learn how to use the framework here: ## Articles -**Svelto users articles (note they may use outdated version of Svelto):** +**Svelto users articles (note they may use an outdated version of Svelto):** * 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)