diff --git a/README-RU.md b/README-RU.md index 10c2d92..4e6ba1b 100644 --- a/README-RU.md +++ b/README-RU.md @@ -45,6 +45,7 @@ DragonECS - это [ECS](https://en.wikipedia.org/wiki/Entity_component_system) - [Расширение фреймворка](#расширение-фреймворка) - [Компоненты мира](#компоненты-мира) - [Конфиги](#конфиги) +- [Проекты на DragonECS](#Проекты-на-DragonECS) - [Расширения](#расширения) - [FAQ](#faq) - [Обратная связь](#обратная-связь) @@ -814,6 +815,12 @@ public struct WorldComponent : IEcsWorldComponent
+# Проекты на DragonECS +* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS) +![alt text](https://i.ibb.co/hm7Lrm4/Platformer.png) + +
+ # Расширения * [Интеграция с движком Unity](https://github.com/DCFApixels/DragonECS-Unity) * [Автоматическое внедрение зависимостей](https://github.com/DCFApixels/DragonECS-AutoInjections) diff --git a/README.md b/README.md index b38d945..275ba6b 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ The framework can also be added to the project as source code.
+# Projects powered by DragonECS +* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS) + +
+ # Extensions * [Unity integration](https://github.com/DCFApixels/DragonECS-Unity) * [Dependency autoinjections](https://github.com/DCFApixels/DragonECS-AutoInjections)