docs: add editor-app README with setup instructions

This commit is contained in:
yhh
2025-12-30 09:54:41 +08:00
parent d21caa974e
commit 2e3889abed
3 changed files with 148 additions and 0 deletions

View File

@@ -228,6 +228,7 @@ npm install @esengine/world-streaming # 世界流送
基于 Tauri 构建的可视化编辑器:
- 从 [Releases](https://github.com/esengine/esengine/releases) 下载
- [从源码构建](./packages/editor/editor-app/README.md)
- 支持行为树编辑、Tilemap 绘制、可视化脚本
## 项目结构
@@ -281,6 +282,7 @@ pnpm test
- [ECS 框架指南](./packages/framework/core/README.md)
- [行为树指南](./packages/framework/behavior-tree/README.md)
- [编辑器启动指南](./packages/editor/editor-app/README.md)
- [API 参考](https://esengine.cn/api/README)
## 社区