feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-GAME-LOOP
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [GameDevelopment, Architecture, GameLoop, RealTime]
last_reinforced: 2026-04-20
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-20
- 무거운 연산(AI, 길 찾기 등)이 한 루프 안에 갇히면 프레임 드랍(Stuttering)이 발생한다. 현대 아키텍처는 루프를 분리하여 렌더링은 매 프레임 돌리고, 무거운 물리나 AI는 별도의 스레드나 더 긴 주기로 돌리는 '멀티스레드 루프'로 진화했다.
## 🔗 지식 연결 (Graph)
- Related: [[Real-Time-Systems]] , [[Artificial-Intelligence-in-Games]]
- Concept: [[Delta-Time]]
- Related: Real-Time-Systems , [[Artificial-Intelligence-in-Games]]
- Concept: Delta-Time