Kiln: open-source text-to-3D MCP engine lets coding agents build and edit 3D models
MattMaxBuilds · reddit · 2026-09-10
An open-source project called Kiln gives coding agents (Claude Code, Codex, OpenCode, etc.) a lightweight procedural geometry engine and toolchain via MCP + Agent Skills to build, render, inspect, revise and save editable JavaScript 3D assets. Key points:
- Workflow, not one-shot output: diffusion text-to-3D yields hard-to-edit meshes; raw Blender scripting gets chaotic. Kiln's constrained feedback loop supports targeted edits ("make the sail 40% taller, keep the hull, re-render, save a revision") instead of regenerating everything.
- 105 primitives/helpers across 12 categories: 28 core shapes (beveled boxes, gears, stepped cylinders), plus CSG booleans, curves, vehicle frames, wheel assemblies.
- Closed tool loop: kilnlistprimitives for on-demand API discovery, kilnvalidate/kilnrender to catch bad code early and return multi-angle renders with structural metrics, kilninspect/kilnviewinterior for cross-sections and mechanisms, kilnsource/kilnedit for edits against immutable revisions, and kilnsave/kilnexport for GLB export, revision history and an in-chat 3D viewer.
- Scope: built for rapid prototyping, game jams and hard-surface procedural assets — not AAA or photoreal art. Local software rasterizer with optional GPU acceleration; requires a multimodal model to read render feedback.
More from coding & agent
- Antigravity users still getting Google accounts banned despite DeepMind reassurances — steipete · 2026-09-10
- macOS tip: store agent secrets in Keychain instead of env files so LLMs never see them — HankYeomans · 2026-09-10
- Supabase is now a prebuilt connector in Google's Gemini Enterprise — dshukertjr · 2026-09-10
- Bend's website demo: an AI-coded game you mathematically cannot win — alejandroll10 · 2026-09-10
- Meta's Muse agent is being oversold: 'can buy' is four steps, and only two are done — KamilKad · 2026-09-10
- opc-skills: open-source agent skills for solo founders on Claude Code and Cursor — tom_doerr · 2026-09-10