docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [auto-reinforced, pcg, algorithms, world-building, mathematical-modeling]
last_reinforced: 2026-04-20
---
# [[No Mans Sky (Large-scale planetary generation)]]
# [[No Mans Sky (Large-scale planetary generation)|No Mans Sky (Large-scale planetary generation)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "우주 전체를 하나의 공식으로: 수조 개의 행성을 저장 장치 없이 '수학적 시드(Seed)'와 노이즈 함수만으로 실시간 렌더링하는 절차적 생성(PCG)의 정점."
@@ -28,6 +28,6 @@ No Man's Sky의 행성 생성 기술은 광대한 우주를 데이터 용량 제
- **정책 변화(RL Update)**: 게임 개발 환경에서 수동 리소스 제작(Art-driven) 방식에서 알고리즘 기반 제작(Math-driven)으로 전환할 때 발생하는 '통제 불가능성'을 AI 기반 자동 테스트(Automated Playtesting)로 해결하는 방식이 업계 표준 정책이 됨.
## 🔗 지식 연결 (Graph)
- **Related**: Procedural Content Generation (PCG), Voxel Engines, Noise Functions, [[Game Design Theory]]
- **Related**: Procedural Content Generation (PCG), Voxel Engines, Noise Functions, [[Game Design Theory|Game Design Theory]]
- **Modern Tech/Tools**: Custom Engine, C++, Math-based PCG Frameworks.
---