From ed05b4169363bad3aa7ae7efce75a1234ca46019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sun, 5 Jan 2020 21:14:53 +0000 Subject: [PATCH 1/4] Delete README.md --- Svelto.ECS/README.md | 50 -------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 Svelto.ECS/README.md diff --git a/Svelto.ECS/README.md b/Svelto.ECS/README.md deleted file mode 100644 index ef18d33..0000000 --- a/Svelto.ECS/README.md +++ /dev/null @@ -1,50 +0,0 @@ -Svelto Entity Component System for Unity -===================================== - -**Note: The alpha stage of Svelto 2.0 is almost completed, so if you are here to experiment with it, please use the current alpha branch** - -Real Entity-Component-System for c# and Unity (it can be adapted for other c# platforms too). Enables to write encapsulated, uncoupled, highly efficient, data oriented, cache friendly, multi-threaded, code without pain. - -you can find working examples to learn how to use the framework here: - -https://github.com/sebas77/Svelto-ECS-Example (unity) - -https://github.com/sebas77/Svelto.ECS.Vanilla.Example (.net core and standard) - -I advise to clone the example repositories separately from the framework one, both under the same Unity project Assets folder. - -relative article: - -http://www.sebaslab.com/svelto-ecs-2-0-almost-production-ready/ - -http://www.sebaslab.com/ecs-1-0/ - -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: - -http://www.sebaslab.com/svelto-ecs-svelto-tasks-to-write-data-oriented-cache-friendly-multi-threaded-code-in-unity/ - -Note: if you ever build something with Svelto.ECS that you can share with the community, please do and let me know. Other coders need more examples. - -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 cac3ae44dc20a8f052db6b6af9a84f37f9b62453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sun, 5 Jan 2020 21:15:04 +0000 Subject: [PATCH 2/4] Delete SUMMARY.md --- Svelto.ECS/SUMMARY.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Svelto.ECS/SUMMARY.md diff --git a/Svelto.ECS/SUMMARY.md b/Svelto.ECS/SUMMARY.md deleted file mode 100644 index e6d872c..0000000 --- a/Svelto.ECS/SUMMARY.md +++ /dev/null @@ -1,4 +0,0 @@ -# Table of contents - -* [Svelto Entity Component System 2.8](README.md) - From dac2f667cc0215f9fd157f2bc8db2aa451c1983d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sun, 5 Jan 2020 21:15:14 +0000 Subject: [PATCH 3/4] Delete LICENSE --- Svelto.ECS/LICENSE | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Svelto.ECS/LICENSE diff --git a/Svelto.ECS/LICENSE b/Svelto.ECS/LICENSE deleted file mode 100644 index 4c02fa4..0000000 --- a/Svelto.ECS/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 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 098885e1d285ea03ad59522ab9352918af320795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sun, 5 Jan 2020 21:15:33 +0000 Subject: [PATCH 4/4] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index d3cfdc7..04c13f1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Sebastiano Mandalà +Copyright (c) 2015-2020 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