From 3e670b4c74139cd940273a8d03b10e49f1f5c78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sat, 24 Feb 2018 23:22:26 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b988c2b..65b3a71 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Svelto Entity Component System 2.0 ===================================== -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. - +Real Entity-Component-System for c#. Enables to write encapsulated, decoupled, highly efficient, data oriented, cache friendly, multi-threaded, code without pain. Although the framework is platform agnostic ( +https://github.com/sebas77/Svelto.ECS.Vanilla.Example/) it comes with several unity extensions. you can find a working example to learn how to use the framework here: https://github.com/sebas77/Svelto-ECS-Example