docs: add Phase 8-4 editor UI status, spec, and deferred items

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 15:26:34 +09:00
parent 2cfb721359
commit 586792b774
3 changed files with 240 additions and 4 deletions

View File

@@ -62,6 +62,16 @@
- **raycast_all (다중 hit)** — 가장 가까운 hit만 반환.
- **BVH 조기 종료 최적화** — 모든 리프 검사 후 최소 t 선택. front-to-back 순회 미구현.
## Phase 8-4
- **씬 뷰포트** — 3D 렌더러 임베드 미구현.
- **엔티티 인스펙터** — ECS 컴포넌트 편집 미구현.
- **에셋 브라우저** — 파일 시스템 탐색 미구현.
- **텍스트 입력** — 키보드 → 문자열 입력 미구현.
- **스크롤, 드래그앤드롭** — 미구현.
- **도킹, 탭, 윈도우 드래그** — 미구현.
- **TTF 폰트** — 비트맵 고정폭만. 가변 크기 미지원.
## Phase 8-3
- **핫 리로드** — 파일 변경 감지 + Lua state 재로드 미구현.