mapgen
An AI pipeline that turns a natural-language prompt describing a location into ready-to-render 3D map files: glTF, OBJ, STL, and a runnable Blender script.
View source
The problem
Turning a description of a place into a 3D scene involves several tools and file formats. This project explores connecting those steps in a single pipeline.
The output
A natural-language location prompt becomes glTF, OBJ, and STL files, together with a runnable Blender script. Python connects the AI generation and 3D workflow.