From 5b1bbf82dcc31561fecd95fb3b026cfe6f06f284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sun, 19 Apr 2020 17:41:56 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12652d9..cb070c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Svelto Entity Component System 2.9 +# Svelto Entity Component System 3.0 BETA ===================================== From 3b3ce131e8f58aa490fcc4c379f9822809a0db65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sun, 19 Apr 2020 17:42:43 +0100 Subject: [PATCH 2/4] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dcb61c9..c851f5b 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "category": "Svelto", "description": "Svelto ECS C# Lightweight Data Oriented Entity Component System Framework", "dependencies": { - "com.sebaslab.svelto.common": "2.9.12" + "com.sebaslab.svelto.common": "3.0.0" }, "keywords": [ "svelto" ], "name": "com.sebaslab.svelto.ecs", "unity": "2019.2", - "version": "2.9.11", + "version": "3.0.0", "type": "framework" } From 7a7241208fdde6579d6d95fa7e4732edba342be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sun, 19 Apr 2020 17:44:05 +0100 Subject: [PATCH 3/4] Update package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c851f5b..9bef21a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "svelto" ], "name": "com.sebaslab.svelto.ecs", - "unity": "2019.2", "version": "3.0.0", "type": "framework" } From 6435bb77e6018b1b3ac122d2b6902821b8c005f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sat, 25 Apr 2020 11:34:30 +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 cb070c6..7ce94fa 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ It needs love and as far as I understood, anyone can edit it. Feel free to do so ## I like the project, how can I help? -Hey thanks a lot for considering this. You can help in several ways. The simplest is to talk about Svelto.ECS and spread the word, more we are, better it is for the community. Then you can help with the documentation, updating the wiki or writing your own articles. Svelto.ECS has all the features needed to make a game with the ECS pattern, but some areas are lacking: A visual debugger and more unit tests are needed. Other platforms other than Unity could get some love too: Xenko, Godot and monogame. Porting to other languages, expecially c++, would be awesome! +Hey thanks a lot for considering this. You can help in several ways. The simplest is to talk about Svelto.ECS and spread the word, more we are, better it is for the community. Then you can help with the documentation, updating the wiki or writing your own articles. Svelto.ECS has all the features needed to make a game with the ECS pattern, but some areas are lacking: A visual debugger and more unit tests are needed. Other platforms other than Unity could get some love too: Xenko, Godot and monogame. Porting to other languages, expecially c++, would be awesome! Please check the lane dedicated to the community tasks list here: https://github.com/sebas77/Svelto.ECS/projects/1 and let me know if you want to take something on! ## Svelto Framework is used to develop the following products\(\*\):