Update README.md

This commit is contained in:
Mikhail 2023-05-30 18:20:16 +08:00 committed by GitHub
parent b09b92f8eb
commit 238fd4a117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,12 @@
</p>
# DragonECS - C# Entity Component System Framework
| Languages: | [Русский](https://github.com/DCFApixels/DragonECS/blob/main/README-RU.md) | [English(WIP)](https://github.com/DCFApixels/DragonECS) |
| :--- | :--- | :--- |
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.
## Languages
* [Русский](https://github.com/DCFApixels/DragonECS/blob/main/README-RU.md)
* [English(WIP)](https://github.com/DCFApixels/DragonECS)
# Extensions
* [Dependency autoinjections](https://github.com/DCFApixels/DragonECS-AutoInjections)
* Unity integration (Work in progress)