메뉴
BL
The Decoder • 55일 전

클로드 오퍼스 5, 텍스트 프롬프트 하나로 3D 게임 제작 구현

IMP
9/10
핵심 요약

Anthropic의 Claude Opus 5는 단일 텍스트 프롬프트만으로 FPS, 레이싱, 마인크래프트 클론 등 물리 법칙과 음악이 적용된 완전한 3D 게임 프로토타입 코드를 즉시 작성합니다. 기존 에셋 없이 모든 기하학, 텍스처, 물리 엔진을 브라우저에서 실행되는 코드로 생성하여 별도의 에셋 파이프라인을 대체한다는 점에서 게임 및 3D 개발 패러다임을 크게 전환시킬 중요한 기술입니다.

번역된 본문

클로드 오퍼스 5, 거친 색상 블록에서 물리와 음악이 있는 완전한 3D 프로토타입으로 프롬프트-투-게임 AI의 한계를 넘다 작성자: Gregor Kobsik (2026년 8월 2일)

핵심 요약 Anthropic의 Claude Opus 5는 단일 텍스트 프롬프트만으로 1인칭 슈팅 게임(FPS)이나 마인크래프트 재현 등 완벽하게 작동하는 3D 게임 세계를 생성할 수 있습니다. 외부 파일이나 기존 에셋이 전혀 필요하지 않습니다. 이 모델은 기하학, 텍스처, 물리 법칙, 음악에 이르는 모든 코드를 처음부터 직접 작성하며, 그 결과물을 브라우저에서 바로 편집할 수 있는 HTML 파일로 렌더링합니다. 커뮤니티 테스트 결과, 작년의 Claude 4 Opus에 비해 품질이 비약적으로 상승했으며, 물리적 사실감과 기계적 복잡성 측면에서 GPT-5.6 Sol 및 Kimi K3보다 뛰어난 성능을 보여줍니다.

최근 며칠 동안, 사람들은 단일 프롬프트만으로 1인칭 슈팅 게임, 잠수함 게임, 카트 레이서, 마인크래프트 클론 등을 생성해냈습니다. 모델이 기하학, 텍스처, 때로는 음악까지 코드로 작성하여 브라우저에서 즉시 실행되는 방식입니다. 장면을 처음부터 작성하려면 단순히 문법만 맞는 코드를 넘어, 모델이 세상이 어떻게 보이고 움직이는지, 스노우보드가 눈 위에서 어떻게 미끄러지는지, 바람이 풀밭을 어떻게 흔드는지 등을 이해해야 합니다. 이러한 정보는 프롬프트에 주어지지 않으며, 오직 모델 자체에서 나와야만 합니다.

외부 에셋 없이 제작된 6가지 데모 Matt Shumer는 콜 오브 듀티 스타일의 슈팅 게임을 공유했는데, 화면에 보이는 텍스처 하나까지 모두 코드로 생성되었습니다. 그는 X(트위터)에서 "단 하나의 외부 에셋도 사용되지 않았다"고 말했으며, 해당 프롬프트와 소스 코드는 'Claude-of-Duty'라는 이름으로 깃허브(GitHub)에 공개되었습니다. Alex Ermolov는 스노우보드 데모를 선보이며, Claude Opus 5가 기존 그 어떤 모델보다 뛰어나다고 평가했습니다. 그는 첫 시도부터 시각적인 결함이 없었으며 "미끄러지는 물리 엔진이 매우 사실적으로 느껴진다"고 덧붙였습니다. Chetaslua가 만든 투석기(Ballista) 데모는 다른 모델들과의 격차를 명확히 보여줍니다. 성 앞에 배치된 이 로마의 공성 무기는 완벽한 컨트롤 패널을 갖추고 있어 프로토타입이라기보다는 완성된 게임에 가깝습니다. Chetaslua는 동일한 프롬프트를 GPT-5.6 Sol과 Kimi K3에도 입력해 보았으나, 이들은 그저 알아볼 수 있는 투석기 정도만 만들어냈고 작동하는 부품이나 주변 디테일은 훨씬 부족했습니다. 사용자 Chris는 이 기술이 얼마나 빠르게 발전했는지 보여주는 비교 영상을 올렸습니다. 1년 전 Claude 4 Opus의 결과물과 오늘날 Opus 5의 결과물을 나란히 비교한 것입니다. 그는 새 모델에게 텍스처 없이 흙길을 달리는 자동차를 요청했습니다. Opus 5는 진흙 바퀴 자국, 식생, 입체적인 조명 효과까지 구현해 냈습니다. 반면 1년 전 같은 요청은 평면적인 색상 블록만을 만들어냈었습니다. 더 많은 데모는 가능성의 범위를 보여줍니다. Lentils는 수백만 개의 풀잎이 시뮬레이션된 바람에 흔들리는 아름다운 풍경을 단 하나의 HTML 파일에 담아냈습니다. Pietro Schirano는 3D 객체, 텍스처, 음악까지 모델이 직접 생성한 잠수함 게임을 만들었으며, Ryan Campbell은 플레이 가능한 웹사이트 형태의 카트 레이서를 공개했습니다.

절차적 코드가 전통적인 에셋 파이프라인을 대체하다 전통적인 3D 개발에서는 개발자가 라이브러리에서 에셋을 가져오고, 이미지 파일로 텍스처를 불러온 뒤, 엔진을 통해 물리 엔진을 처리합니다. 하지만 Claude Opus 5의 데모는 다릅니다. 기하학은 런타임에 점과 표면을 계산하는 코드가 구축하는 절차적(Procedural) 방식으로 이루어집니다. 텍스처 역시 셰이더(Shaders, 즉 더 많은 코드)로 존재합니다. 모델이 나머지 모든 것들과 함께 물리 엔진과 조작법을 작성하며, 이 모든 것이 브라우저의 Three.js에서 실행되기 때문에 단일 HTML 파일 하나면 충분합니다. Anthropic은 Opus 5 발표에서 이 모델이 이전 버전보다 "훨씬 강력한 시각적 결과물"을 생성한다고 밝혔습니다. 테스트에 참여한 한 파트너는 이를 자신이 지금까지 본 어떤 Opus 모델의 결과물보다 최고 수준의 애니메이션, 게임, 3D 작품이라고 평가했습니다. 이는 구글의 Genie 3나 종종 세계 모델로 불리는 비디오 모델들과는 다른 접근 방식입니다. 그런 시스템들은 모든 프레임을 계산하고 이미지 시퀀스를 반환합니다. 출력물이 단순히 비디오 스트림으로만 존재하기 때문에 나중에 편집하거나 재사용할 수 없습니다. 그러나 Opus 5가 생성하는 결과물은 그렇지 않습니다.

원문 보기
원문 보기 (영어)
Claude Opus 5 pushes prompt-to-game AI from rough color blocks to full 3D prototypes with physics and music Gregor Kobsik Aug 2, 2026 Nano Banana Pro prompted by THE DECODER Key Points Anthropic's Claude Opus 5 can generate fully functional 3D game worlds, including first-person shooters and Minecraft recreations, using nothing but a single text prompt, with no external files or pre-made assets required. The model writes all code for geometry, textures, physics, and music from scratch, rendering the result as an editable HTML file directly in the browser. Community tests show a significant quality leap over last year's Claude 4 Opus, with Opus 5 also outperforming GPT-5.6 Sol and Kimi K3 in physics realism and mechanical complexity. Ask about this article… Search A first-person shooter, a submarine game, a kart racer, a Minecraft clone: over the past few days, people have generated all of these from a single prompt each. The models write the geometry, the textures, and sometimes even the music as code that runs straight in the browser. Writing a scene from scratch takes more than clean syntax because the model has to know how the world actually looks and moves, how a snowboard slides over snow, or how wind travels through a field of grass. None of that is in the prompt; it has to come from the model itself. Six demos built without a single external asset Matt Shumer posted a Call of Duty-style shooter where everything on screen, right down to the textures, is generated code. "Not a single external asset was used," he wrote on X. The prompt and source code are up on GitHub under the name Claude-of-Duty . Ad Alex Ermolov put out a snowboard demo and said Opus 5 is on par with Fable and ahead of every other model he's tested. His first run came back with no visual glitches, he says, and the "sliding physics feel right." Ad DEC_D_Incontent-1 Chetaslua's ballista makes the gap to other models pretty stark. The Roman siege weapon sits in front of a castle, has a complete control panel, and feels closer to a finished game than a prototype. Chetaslua had already run the same prompt through GPT-5.6 Sol and Kimi K3 . Both managed a recognizable ballista , but with fewer working parts and far less going on around it. User Chris ran a comparison that shows how quickly this has improved. He put year-old output from Claude 4 Opus next to what Opus 5 produces today. For the new run, he asked for a car on a dirt road, explicitly without textures. Opus 5 came back with mud tracks, vegetation, and layered lighting. A year ago, the same kind of request produced flat blocks of color. Ad More demos show the range of what's possible.Lentils packed a scenic landscape into one HTML file, with millions of grass blades bending to simulated wind. Pietro Schirano built a submarine game where the model generated the 3D objects, textures, and music itself. Ryan Campbell put his kart racer online as a playable website . Procedural code replaces traditional asset pipelines In traditional 3D development, developers assemble assets from libraries, load textures as image files, and handle physics through an engine. The Opus 5 demos work differently: Geometry is procedural, built by code that computes points and surfaces at runtime. Textures exist as shaders, which is to say more code. The model writes the physics and controls along with everything else, and since it all runs in the browser on Three.js, one HTML file is enough. Ad DEC_D_Incontent-2 Anthropic says in its Opus 5 announcement that the model produces "much stronger visual outputs" than earlier versions. One testing partner quoted there calls the results the best animations, games, and 3D work he's seen from any Opus model. Ad It's a different approach from Google's Genie 3 or the video models sometimes described as world models . Those systems compute every frame and hand back an image sequence. The output only exists as a video stream, so there's nothing to edit or reuse afterward. What Opus 5 produces is code you can open and change. Minecraft clones are becoming the community's go-to stress test Beyond the one-off demos, the community has settled on an informal test of its own: rebuild Minecraft from a single prompt. Pankaj Kumar's Opus 5 version has an infinite procedural world, 15 biomes, and both survival and creative modes. Every graphic asset comes from code, he writes, with textures and sounds generated at runtime. The build ate 25 million tokens. Other head-to-head tests follow the same script. Harshith had Opus 5, Fable 5, GPT-5.6 Sol, and several other models generate a 3D Airbus H145 in Three.js and lined up the results. atomic.chat went a step further and had all four models build three physics scenes , among them a tornado tearing across a field and a wrecking ball swinging into an apartment block. By atomic.chat's account, only Opus 5 handled all three convincingly. Prompts like these work as a rough first gauge, since anyone can recreate them and judge the results on screen. Programming skills aren't required, though they can help with the prompting. A benchmark in any methodical sense, however, this is not. There are no standardized tasks, no rating scale, and no control over how many attempts each model gets. AI News Without the Hype – Curated by Humans Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive "AI Radar" frontier report six times a year, full archive access, and access to our comment section. Subscribe now Source: Anthropic | Matt Shumer | atomic.chat | Lentils | Alex Ermolov | Chris | chetaslua | Pietro Schirano | Ryan Campbell | Harshith | Pankaj Kumar