img2threejs

Skill that rebuilds the object in a reference image as a Three.js model, entirely in code. You hand it a photo, you get back a TypeScript factory that draws the object procedurally, ready to animate, running in the browser. The pipeline runs in passes: inventory of visible details, structural validation, then successive refinements until the render holds up. Output is code, not an exported mesh, so you can read and edit what comes out. Written in Python 3.10+, no external dependencies.

Strengths

Limitations

Best for

View on Coeurdar