2023-03-29 00:21:25 +08:00
< p align = "center" >
2023-05-25 14:38:16 +08:00
< img width = "660" src = "https://github.com/DCFApixels/DragonECS/assets/99481254/176e13c8-20c8-4e7a-8eaf-e8f3ca590231.png" >
2023-03-29 00:21:25 +08:00
< / p >
2023-05-29 03:26:53 +08:00
< p align = "center" >
2023-05-29 03:38:37 +08:00
< img alt = "Version" src = "https://img.shields.io/github/package-json/v/DCFApixels/DragonECS?color=%23ff4e85&style=for-the-badge" >
2023-05-30 03:15:54 +08:00
< img alt = "GitHub" src = "https://img.shields.io/github/license/DCFApixels/DragonECS?color=ff4e85&style=for-the-badge" >
2023-05-29 03:38:37 +08:00
<!-- <img alt="Discord" src="https://img.shields.io/discord/1111696966208999525?color=%23ff4e85&label=Discord&logo=Discord&logoColor=%23ff4e85&style=for - the - badge"> -->
2023-05-29 03:26:53 +08:00
< / p >
2023-03-29 00:21:25 +08:00
# DragonECS - C# Entity Component System Framework
2023-05-30 18:20:16 +08:00
| Languages: | [Русский ](https://github.com/DCFApixels/DragonECS/blob/main/README-RU.md ) | [English(WIP) ](https://github.com/DCFApixels/DragonECS ) |
| :--- | :--- | :--- |
2023-05-30 16:48:27 +08:00
The [ECS ](https://en.wikipedia.org/wiki/Entity_component_system ) Framework aims to maximize usability, modularity, extensibility and performance of dynamic entity changes.
> **NOTICE:** The project is a work in progress, API may change.
2023-03-13 05:43:27 +08:00
2023-05-30 17:03:13 +08:00
# Extensions
* [Dependency autoinjections ](https://github.com/DCFApixels/DragonECS-AutoInjections )
* Unity integration (Work in progress)