update readme

This commit is contained in:
Mikhail 2024-08-01 10:55:29 +08:00
parent 3650851ff1
commit 6dc7a8f4fb
3 changed files with 10 additions and 1 deletions

View File

@ -10,6 +10,7 @@
</p>
# DragonECS - C# Entity Component System Фреймворк
<table>
<tr></tr>
<tr>
@ -38,6 +39,8 @@
</tr>
</table>
</br>
DragonECS - это [ECS](https://en.wikipedia.org/wiki/Entity_component_system) фреймворк нацеленный на максимальную удобность, модульность, расширяемость и производительность динамического изменения сущностей. Разработан на чистом C#, без зависимостей и генерации кода. Вдохновлен [LeoEcs](https://github.com/Leopotam/ecslite).
> [!WARNING]

View File

@ -10,6 +10,7 @@
</p>
# DragonECS - C# 实体组件系统框架
<table>
<tr></tr>
<tr>
@ -38,7 +39,9 @@
</tr>
</table>
DragonECS 是一个[实体组件系统](https://en.wikipedia.org/wiki/Entity_component_system)框架。专注于提升便利性、模块性、可扩展性和动态实体修改性能。 用纯C#开发的,没有依赖和代码生成。灵感来自于[LeoEcs](https://github.com/Leopotam/ecslite)。
</br>
DragonECS 是一个[实体组件系统](https://www.imooc.com/article/331544)框架。专注于提升便利性、模块性、可扩展性和动态实体修改性能。 用纯C#开发的,没有依赖和代码生成。灵感来自于[LeoEcs](https://github.com/Leopotam/ecslite)。
> [!WARNING]
> 该框架是预发布版本,因此 API 可能会有变化。在 `main` 分支中是当前的工作版本。</br>

View File

@ -12,6 +12,7 @@
</p>
# DragonECS - C# Entity Component System Framework
<table>
<tr></tr>
<tr>
@ -40,6 +41,8 @@
</tr>
</table>
</br>
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. Inspired by [LeoEcs](https://github.com/Leopotam/ecslite).
> [!WARNING]