From aef2104afd0aa804ffeef5dd28d0823dfd906dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Thu, 9 Feb 2023 10:24:21 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55c7795..a500e64 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ Real ECS framework for c\#. Enables to write encapsulated, decoupled, maintainab ## Svelto.ECS in pills Svelto.ECS is easy to start with, but full of tricks for expert users. The hardest problem to overcome is usually to shift mentality from OOP programming to ECS programming more than using the framework itself. If you want to read an ECS faq, you can check this article: https://github.com/SanderMertens/ecs-faq -### Svelto.ECS at glance: +### Svelto.ECS at glance + +simplest setup: + ```csharp public class SimpleContext {