Image-blaster: Creates 3D environments, SFX, and meshes from a single image
Summary
A CLI tool that transforms a single image into a fully meshed 3D environment with objects, ambient sound, and physics SFX in under five minutes by leveraging Claude skills, World Labs, and FAL models.
View Cached Full Text
Cached at: 05/15/26, 06:33 PM
neilsonnn/image-blaster
Source: https://github.com/neilsonnn/image-blaster
image-blaster
Creates 3D environments, SFX, and meshes from a single image using Claude skills, World Labs, and FAL.
Can take you from an image to a fully meshed 3D environment in < 5 minutes, great for jumpstarting 3D work. Go full blast.
Quickstart
- Open a Terminal, enter
git clone https://github.com/neilsonnn/image-blaster - Enter the directory with
cd image-blaster - Run
claude(install withcurl -fsSL https://claude.ai/install.sh | bash) - Say hello to Claude, and give them your API key for World Labs and FAL.
- Put an image into
input/directory and ask Claude toblast it and confirm each step with me.
Description
By default image-blaster will use your input image to create:
- 3D models (
.glb,.obj) of all dynamic objects - Gaussian splat (
.spz) of the static environment, - Ambient looping sound and object specific physics SFX (
.mp3)
Extensions
You can embed image-blaster under the assets of any game engine, DCC software, or web app.
- Unity, Unreal, or Godot game engine
- Blender, 3DS Max, or Maya or other DCC software
- Three.js web app or Electron app
Advanced
IMAGE-BLASTER uses a few generation models:
marble-1.1- World Labs Marble model creates the explorable environment.nano-banana- default image edit preference for source cleanup, clean plates, and object reference images.gpt-image-2- alternate image edit provider when the edit skill is asked to prefer it.hunyuan-3d- Hunyuan 3D model creates 3D object models through FAL.elevenlabs-sfx- ElevenLabs sound effects model creates ambient and object-specific sounds.
3D model creation supports these Hunyuan parameters:
--face-count <40000-1500000>: target face count. IMAGE-BLASTER defaults to50000; Hunyuan’s API default is500000.--enable-pbr true|false: enable PBR material generation. Defaults totrue.--generate-type Normal|LowPoly|Geometry:Normalcreates a textured model,LowPolyapplies polygon reduction, andGeometrycreates a white geometry-only model. Defaults toNormal.--polygon-type triangle|quadrilateral: polygon type forLowPoly. Defaults totriangle.
Examples
- Video game level concepts?
IMAGE-BLASTit. - Your childhood bedroom?
IMAGE-BLASTit. - Need an environment for a robot?
IMAGE-BLASTit. - A film location scout?
IMAGE-BLASTit. - An architectural rendering?
IMAGE-BLASTit.
Development
- remove
/appfrom the.claudeignorefile to give Claude the ability to change the React viewer.
Similar Articles
@theworldlabs: Turn a single image into a fully meshed 3D world in minutes Built by a World Labs team member, image-blaster combines M…
Turn a single image into a fully meshed 3D world in minutes using image-blaster, a tool built by a World Labs team member that combines Marble, Claude skills, and Fal to generate 3DGS environments, meshes, physics objects, and SFX.
New AI 3D Model Generates Modular UE5 Environments From a Single Image
A new AI model can generate modular Unreal Engine 5 environments from a single input image, enabling rapid 3D scene creation.
@svpino: This 3D model will change your plans for the weekend. Take any image, upload it, and start playing with it. This is the…
A new 3D AI generator can take any image and produce high-polygon 3D models with up to 10 million polygons and skin microstructures.
PixelClaw: an LLM agent for image manipulation
PixelClaw is a free, open-source LLM agent that combines conversational AI with image generation, editing, and audio tools in a Raylib-based drag-and-drop UI.
@HowToAI_: Microsoft has released a 4B parameter model that turns any image into a 3D asset in 3 seconds. It uses a new geometry f…
Microsoft released a 4B parameter model that converts any image into a 3D asset in 3 seconds, using the O-Voxel geometry format and outputting GLB files with full PBR textures, compatible with Blender, Unity, and Unreal.