docs: update README and project docs to reflect game engine scope

This commit is contained in:
2026-03-18 17:58:01 +08:00
parent 9bad996ecf
commit d0e16962c8
5 changed files with 204 additions and 100 deletions

View File

@@ -1,10 +1,10 @@
# UI Editor
Unity 风格的编辑器 UI使用 ImGui 实现。
Unity 风格的编辑器 UI使用 ImGui 实现,作为 XCEngine 游戏引擎编辑器的一部分
## 简介
XCVolumeRenderer UI 是一个仿 Unity 编辑器的桌面应用程序,提供场景管理、层级视图、属性检查器等功能。
XCGameEngine UI 是一个仿 Unity 编辑器的桌面应用程序,提供场景管理、层级视图、属性检查器等功能。
## 技术栈
@@ -70,7 +70,7 @@ cmake --build . --config Release
```bash
# 运行编译好的可执行文件
.\bin\Release\XCVolumeRendererUI2.exe
.\bin\Release\XCGameEngineUI.exe
```
## 功能特性