This commit is contained in:
Mikhail 2023-06-27 05:09:45 +08:00
commit 1f1fc2ca9b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
| :--- | :--- | :--- | | :--- | :--- | :--- |
Данный [ECS](https://en.wikipedia.org/wiki/Entity_component_system) Фреймворк нацелен на максимальную удобность, модульность, расширяемость и производительность динамического изменения сущностей. Без генерации кода и зависимостей. Данный [ECS](https://en.wikipedia.org/wiki/Entity_component_system) Фреймворк нацелен на максимальную удобность, модульность, расширяемость и производительность динамического изменения сущностей. Без генерации кода и зависимостей.
> **NOTICE:** Проект в стадии разработки. API может меняться. > **Warning**: Проект в стадии разработки. API может меняться.
> Readme еще не завершен > Readme еще не завершен
## Оглавление ## Оглавление

View File

@ -13,7 +13,7 @@
| :--- | :--- | :--- | | :--- | :--- | :--- |
The [ECS](https://en.wikipedia.org/wiki/Entity_component_system) Framework aims to maximize usability, modularity, extensibility and performance of dynamic entity changes. Without code generation and dependencies The [ECS](https://en.wikipedia.org/wiki/Entity_component_system) Framework aims to maximize usability, modularity, extensibility and performance of dynamic entity changes. Without code generation and dependencies
> **NOTICE:** The project is a work in progress, API may change. > **Warning**: The project is a work in progress, API may change.
> While the English version of the README is incomplete, you can view the [Russian version](https://github.com/DCFApixels/DragonECS/blob/main/README-RU.md). > While the English version of the README is incomplete, you can view the [Russian version](https://github.com/DCFApixels/DragonECS/blob/main/README-RU.md).
# Versioning # Versioning