mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
update readme
This commit is contained in:
parent
3c3aa438c5
commit
fe8b1d9ecd
37
README-ZH.md
37
README-ZH.md
@ -957,11 +957,42 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
|
|||||||
|
|
||||||
# 使用DragonECS的项目
|
# 使用DragonECS的项目
|
||||||
## With sources:
|
## With sources:
|
||||||
[3D Platformer (Example) ](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo)
|
|
||||||
[Tiny Aliens (Ludum Dare 56) ](https://github.com/DCFApixels/LD_56_Tiny_Aliens)
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo">
|
||||||
|
3D Platformer (Example)
|
||||||
|
<img src="https://github.com/user-attachments/assets/c593dba7-eeaa-4706-a043-946f132f3f83" alt="screenshot">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://github.com/DCFApixels/LD_56_Tiny_Aliens">
|
||||||
|
Tiny Aliens (Ludum Dare 56)
|
||||||
|
<img src="https://github.com/user-attachments/assets/1a8f06ed-c68d-483a-b880-c9faaf7e0b5f" alt="screenshot">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
## Released games:
|
## Released games:
|
||||||
[Башенки Смерти ](https://yandex.ru/games/app/206024?utm_source=game_popup_menu)
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://yandex.ru/games/app/206024?utm_source=game_popup_menu">
|
||||||
|
Башенки Смерти
|
||||||
|
<img src="https://github.com/user-attachments/assets/70fc55a0-c911-49f8-ba75-f503437f087f" alt="screenshot">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<span>
|
||||||
|
ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ
|
||||||
|
<img tabindex="-1" src="https://github.com/user-attachments/assets/3fa1ca6d-29f6-43e6-aafe-cc9648d20490" alt="screenshot">
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
|
37
README.md
37
README.md
@ -962,11 +962,42 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
|
|||||||
|
|
||||||
# Projects powered by DragonECS
|
# Projects powered by DragonECS
|
||||||
## With sources:
|
## With sources:
|
||||||
[3D Platformer (Example) ](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo)
|
|
||||||
[Tiny Aliens (Ludum Dare 56) ](https://github.com/DCFApixels/LD_56_Tiny_Aliens)
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo">
|
||||||
|
3D Platformer (Example)
|
||||||
|
<img src="https://github.com/user-attachments/assets/c593dba7-eeaa-4706-a043-946f132f3f83" alt="screenshot">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://github.com/DCFApixels/LD_56_Tiny_Aliens">
|
||||||
|
Tiny Aliens (Ludum Dare 56)
|
||||||
|
<img src="https://github.com/user-attachments/assets/1a8f06ed-c68d-483a-b880-c9faaf7e0b5f" alt="screenshot">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
## Released games:
|
## Released games:
|
||||||
[Башенки Смерти ](https://yandex.ru/games/app/206024?utm_source=game_popup_menu)
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://yandex.ru/games/app/206024?utm_source=game_popup_menu">
|
||||||
|
Башенки Смерти
|
||||||
|
<img src="https://github.com/user-attachments/assets/70fc55a0-c911-49f8-ba75-f503437f087f" alt="screenshot">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<span>
|
||||||
|
ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ
|
||||||
|
<img tabindex="-1" src="https://github.com/user-attachments/assets/3fa1ca6d-29f6-43e6-aafe-cc9648d20490" alt="screenshot">
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user