docs: update STATUS.md and DEFERRED.md with AudioSource and NavAgent ECS components
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
- **macOS/Linux 백엔드** — WASAPI(Windows)만 구현.
|
- **macOS/Linux 백엔드** — WASAPI(Windows)만 구현.
|
||||||
- ~~**OGG/Vorbis 디코더**~~ ✅ OGG 컨테이너 + Vorbis 디코더 완료.
|
- ~~**OGG/Vorbis 디코더**~~ ✅ OGG 컨테이너 + Vorbis 디코더 완료.
|
||||||
- ~~**24-bit/32-bit WAV**~~ ✅ 완료.
|
- ~~**24-bit/32-bit WAV**~~ ✅ 완료.
|
||||||
- **ECS 통합** — AudioSource 컴포넌트 미구현.
|
- ~~**ECS 통합**~~ ✅ AudioSource 컴포넌트 완료. audio_sync_system 미구현.
|
||||||
- **비동기 로딩** — 동기 로딩만.
|
- **비동기 로딩** — 동기 로딩만.
|
||||||
|
|
||||||
## Phase 6-2
|
## Phase 6-2
|
||||||
@@ -125,7 +125,7 @@
|
|||||||
- ~~**자동 내비메시 생성**~~ ✅ 복셀화 기반 NavMeshBuilder 완료.
|
- ~~**자동 내비메시 생성**~~ ✅ 복셀화 기반 NavMeshBuilder 완료.
|
||||||
- ~~**String Pulling (Funnel)**~~ ✅ SSF 알고리즘 완료.
|
- ~~**String Pulling (Funnel)**~~ ✅ SSF 알고리즘 완료.
|
||||||
- ~~**동적 장애물 회피**~~ ✅ velocity obstacle 기반 완료.
|
- ~~**동적 장애물 회피**~~ ✅ velocity obstacle 기반 완료.
|
||||||
- **ECS 통합** — AI 컴포넌트 미구현.
|
- ~~**ECS 통합**~~ ✅ NavAgent 컴포넌트 완료. nav_agent_system 미구현.
|
||||||
- **내비메시 직렬화** — 미구현.
|
- **내비메시 직렬화** — 미구현.
|
||||||
|
|
||||||
## Phase 8-2
|
## Phase 8-2
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ crates/
|
|||||||
└── voltex_editor — IMGUI, docking, 3D viewport, inspector, asset browser, TTF font, UiRenderer
|
└── voltex_editor — IMGUI, docking, 3D viewport, inspector, asset browser, TTF font, UiRenderer
|
||||||
```
|
```
|
||||||
|
|
||||||
## 테스트: 552개 전부 통과
|
## 테스트: 560개 전부 통과
|
||||||
|
|
||||||
- voltex_math: 37
|
- voltex_math: 37
|
||||||
- voltex_platform: 3
|
- voltex_platform: 3
|
||||||
@@ -153,8 +153,8 @@ crates/
|
|||||||
- voltex_asset: 22
|
- voltex_asset: 22
|
||||||
- voltex_renderer: 106
|
- voltex_renderer: 106
|
||||||
- voltex_physics: 96
|
- voltex_physics: 96
|
||||||
- voltex_audio: 42
|
- voltex_audio: 46
|
||||||
- voltex_ai: 24
|
- voltex_ai: 28
|
||||||
- voltex_net: 36
|
- voltex_net: 36
|
||||||
- voltex_script: 18
|
- voltex_script: 18
|
||||||
- voltex_editor: 85
|
- voltex_editor: 85
|
||||||
|
|||||||
Reference in New Issue
Block a user