neilsonnn/image-blaster — explained in plain English
Analysis updated 2026-05-18
Prototype a 3D game level from a single reference image
Generate a navigable 3D environment with ambient sound from a photo
Create 3D assets for Unity, Unreal, Godot, or Blender from concept art
| neilsonnn/image-blaster | cloudflare/agentic-inbox | colbymchenry/codegraph | |
|---|---|---|---|
| Stars | 3,064 | 3,029 | 3,101 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | hard | hard | easy |
| Complexity | 4/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires API keys for World Labs, FAL, and ElevenLabs.
Image-Blaster is a tool that takes a single photo or image and automatically converts it into a full 3D environment with sounds. You give it an image, a game level concept, a room, an outdoor location, and within a few minutes it produces 3D models of the objects in the scene, a navigable 3D version of the background environment, and audio effects including ambient sound and object-specific sounds. The way it works is through Claude (an AI assistant) acting as the coordinator, calling out to three external AI services: World Labs to generate the explorable environment, FAL to create 3D mesh files (the kind used in game engines and 3D software) for movable objects in the scene, and ElevenLabs to create the sound effects. The outputs are standard 3D file formats that can be dropped into game engines, 3D design tools, or web applications, the README mentions Unity, Unreal, Godot, Blender, and Three.js as compatible destinations. You interact with it by running Claude in your terminal, providing your API keys for the external services, dropping an image into an input folder, and asking Claude to process it. Each step can be confirmed before it runs. This is useful for game developers, designers, or anyone who wants to quickly prototype a 3D scene from reference art or photographs without manually modeling every element. The project is built in TypeScript and runs as a set of skills that extend Claude's capabilities.
A Claude-coordinated tool that turns a single photo into a full 3D scene with models, environment, and sound effects.
Mainly TypeScript. The stack also includes TypeScript, Claude.
Check the repository license file for exact terms, not stated in the explanation.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.