From 295944d237edb9205476dbba2a6e63efe0a182d8 Mon Sep 17 00:00:00 2001 From: tolelom <98kimsungmin@naver.com> Date: Thu, 26 Mar 2026 13:38:51 +0900 Subject: [PATCH] docs: update STATUS.md and DEFERRED.md with asset browser Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/DEFERRED.md | 2 +- docs/STATUS.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/DEFERRED.md b/docs/DEFERRED.md index 47d1545..0ee6e7b 100644 --- a/docs/DEFERRED.md +++ b/docs/DEFERRED.md @@ -148,7 +148,7 @@ - ~~**씬 뷰포트**~~ ✅ 오프스크린 렌더링 + 오빗 카메라 완료. Blinn-Phong forward만 (디퍼드/PBR 미지원). - ~~**엔티티 인스펙터**~~ ✅ Transform/Tag/Parent 편집 완료. 커스텀 컴포넌트 리플렉션 미구현. -- **에셋 브라우저** — 파일 시스템 탐색 미구현. +- ~~**에셋 브라우저**~~ ✅ 파일 목록 + 디렉토리 탐색 완료. 에셋 로딩/프리뷰 미구현. - ~~**텍스트 입력**~~ ✅ text_input 위젯 완료. - ~~**스크롤, 드래그앤드롭**~~ ✅ scroll_panel + drag/drop 완료. - ~~**도킹, 탭**~~ ✅ DockTree (이진 분할, 리사이즈, 탭 전환) 완료. **플로팅 윈도우/탭 드래그 이동** 미구현. diff --git a/docs/STATUS.md b/docs/STATUS.md index 84d07d3..ba07a5c 100644 --- a/docs/STATUS.md +++ b/docs/STATUS.md @@ -124,6 +124,7 @@ - voltex_editor: DockTree (binary split layout, resize, tab switching) - voltex_editor: OrbitCamera, ViewportTexture, ViewportRenderer (3D scene viewport) - voltex_editor: hierarchy_panel, inspector_panel (Transform/Tag/Parent editing) +- voltex_editor: AssetBrowser (file system browsing, directory navigation) - examples/editor_demo ## Crate 구조 @@ -140,10 +141,10 @@ crates/ ├── voltex_ai — NavMesh(+builder), A*, Funnel, steering, obstacle avoidance ├── voltex_net — UDP, NetServer/Client, Reliable/Ordered, Snapshot(delta), Interpolation ├── voltex_script — Lua 5.4, LuaState, table interop, coroutine, sandbox, hot reload -└── voltex_editor — IMGUI, text_input, scroll, drag&drop, docking, 3D viewport, inspector, UiRenderer +└── voltex_editor — IMGUI, docking, 3D viewport, inspector, asset browser, UiRenderer ``` -## 테스트: 517개 전부 통과 +## 테스트: 525개 전부 통과 - voltex_math: 37 - voltex_platform: 3 @@ -155,7 +156,7 @@ crates/ - voltex_ai: 24 - voltex_net: 36 - voltex_script: 18 -- voltex_editor: 54 +- voltex_editor: 62 ## Examples (12개 + survivor_game)