← Reddit

How are you guys making actually good 3D games with Claude? Mine look like SHIT

Reddit · iamjohncarterofmars · July 4, 2026
A developer using Claude expressed significant frustration with the poor visual quality of their 3D games despite repeatedly trying different tools and approaches. The developer outlined a technical stack including Godot 4.7, Blender 5.1, GDScript, and various plugins for physics and procedural generation, while seeking advice on what additional steps were needed to improve game mechanics and physical design.

Detailed Analysis

This forum post captures a recurring friction point in the "vibe-coding" movement: the gap between what large language models like Claude can generate syntactically correct and what actually produces a polished, professional-feeling creative product. The poster has assembled a genuinely sophisticated toolchain—Godot 4.7 with GDScript, Blender 5.1 with Python scripting via bpy, glTF/GLB asset pipelines, WebAssembly exports, ElevenLabs for audio, procedural texture and noise generation, and the Jolt physics engine. On paper, this is a legitimate indie game development stack. Yet the complaint is that despite Claude's assistance across this entire pipeline, the visual and mechanical output remains unsatisfying compared to what other users report achieving. This is a telling data point about the current limits of AI-assisted creative coding: the tools can lower the barrier to writing functional code, but they cannot easily substitute for the aesthetic judgment, iterative polish, and domain expertise that separates a shippable game from a tech demo.

The underlying issue likely has less to do with Claude's coding competence and more to do with how generative coding assistants handle inherently subjective, perceptual domains. Writing correct GDScript for a physics interaction is a well-defined problem with verifiable success criteria—does the character move, does the collision register. Making a 3D scene "look good" is not well-defined in the same way; it depends on lighting setup, material shaders, post-processing effects, art direction, asset quality, and countless small details that a model can suggest but cannot fully judge without visual feedback loops. Claude and similar models are text-and-code generators first; they don't have a native way to "see" a rendered Godot viewport and iterate on it the way a human artist would, unless the workflow explicitly incorporates screenshots or rendered output back into the conversation. Users who report better results are likely doing more of this: feeding back visual context, using reference images, or leaning on Claude for boilerplate and logic while doing the aesthetic tuning themselves.

This tension reflects a broader pattern in how AI coding assistants are being adopted across creative and technical fields in 2025-2026. Anthropic has increasingly positioned Claude as a capable agentic coding partner, particularly with tools like Claude Code that allow more autonomous, multi-step project work, and models have gotten dramatically better at scaffolding entire applications and games from natural language prompts. But "vibe-coding"—a term that has become mainstream shorthand for prompting an AI to build something without deeply understanding the underlying implementation—runs into a ceiling precisely at the point where taste, craft, and domain-specific polish become the bottleneck rather than raw functionality. Game development is an especially demanding test case because it sits at the intersection of programming, 3D art, animation, physics tuning, and audio design, each with its own maturity curve that no single model currently unifies well.

The mention of "Fable 5" and the elaborate toolchain also signals how community expectations are rising quickly: because some hobbyists are producing genuinely impressive AI-assisted game prototypes, others assume equivalent tools should yield equivalent results, when in practice output quality still depends heavily on user skill, iteration count, and willingness to manually refine what the AI produces. This gap between perceived and actual AI capability is a recurring theme across creative-coding communities, and it suggests that the next frontier for coding-focused models isn't just generating more code, but developing better multimodal feedback loops—letting the AI see, critique, and iterate on visual and interactive output rather than working purely in text space. Until that gap closes, vibe-coded games will likely continue to suffer from the same "programmer art" problem that has existed since long before generative AI, just with a faster, cheaper path to a rough draft.

Read original article →