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 @@ If you want a complete engine solution with rendering:
A visual editor built with Tauri for scene management:
- Download from [Releases](https://github.com/esengine/esengine/releases)
- [Build from source](./packages/editor/editor-app/README.md)
- Supports behavior tree editing, tilemap painting, visual scripting
## Project Structure
@@ -281,6 +282,7 @@ pnpm test
- [ECS Framework Guide](./packages/framework/core/README.md)
- [Behavior Tree Guide](./packages/framework/behavior-tree/README.md)
- [Editor Setup Guide](./packages/editor/editor-app/README.md)
- [API Reference](https://esengine.cn/api/README)
## Community