Files
2nd/10_Wiki/Topics/DevOps_and_Security/대규모 웹 그래픽스 프로젝트.md
T
2026-05-10 22:08:15 +09:00

35 lines
1.4 KiB
Markdown

---
id: wiki-2026-0508-대규모-웹-그래픽스-프로젝트
title: 대규모 웹 그래픽스 프로젝트
category: 10_Wiki/Topics
status: duplicate
canonical_id: wiki-2026-0508-enterprise-scale-monorepo-management
duplicate_of: "[[Enterprise-Scale-Monorepo-Management]]"
aliases: [Large-scale Web Graphics, 웹 그래픽스 프로젝트]
source_trust_level: A
confidence_score: 0.9
verification_status: redirected
tags: [duplicate, monorepo, graphics, three-js]
last_reinforced: 2026-05-10
github_commit: pending
---
# 대규모 웹 그래픽스 프로젝트
> **이 문서는 [[Enterprise-Scale-Monorepo-Management]] 의 중복본입니다.** Canonical 문서로 redirect.
## 매 핵심 요약 (specialization aspects)
- 매 large-scale web graphics: 매 Three.js + WebGPU + 매 BVH-based culling + 매 InstancedMesh 의 조합.
- 매 organizational scaling: 매 monorepo (Turborepo/Nx) + 매 module boundaries + 매 shared shader library.
- 매 modern (2026): 매 WebGPU 첫 프로덕션 wave + 매 Compute shaders 의 활용.
## 🔗 Graph
- 부모: [[Enterprise-Scale-Monorepo-Management]] (canonical)
- Adjacent: [[BatchedMesh 및 InstancedMesh 성능 벤치마크]] · [[BVH]] · [[대규모 웹 애플리케이션의 조직 및 기술적 확장성 확보]]
## 🕓 변경 이력
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |