Reverse-engineered recipe for AI 3D games: threejs scaffold plus AI-generated .glb models
filiksyos · x · 2026-08-17
The author breaks down a concrete recipe for shipping 3D games fast with AI: scaffold the project with @threejs (environment, game actions), then have AI generate a 3D .glb file for a hero object like a person or car, and combine the two.
The quoted post shows the outcome: a 3D chess game vibe-coded in 2 hours, then extended in just one more hour with 3 battle systems, two-player mode, walking animations for pieces, a full sound system and performance improvements.
More from coding & agent
- Same model, different harnesses: Coding vs. Support vs. Free Agents — hugobowne · 2026-08-17
- MiniMax-H3 workflow turns one design into a playable game sprite atlas for ~$5 — victormustar · 2026-08-17
- Using VLMs and Distributed RL to Train Minecraft Agents Without Bottlenecks — max_paperclips · 2026-08-17
- Meta open-sources 30B-parameter agent model Muse Glimmer under Apache 2.0, runs on consumer GPUs — emmanuelvivier · 2026-08-17
- Using Codex for Cross-Repo Logic Review and Alignment — Dimillian · 2026-08-17
- DeepSeek DSH speeds up 70x with simple prompt mismatch fix — teortaxesTex · 2026-08-17