My tool generates 3D objects composed of separate, functional parts
Generates editable Blender scripts instead of monolithic mesh blobs.

Multi-color 3MF export with named parts drops straight into Bambu Studio.
3D printing enthusiasts, Bambu Lab users
Tinkercad · Fusion 360 · Bambu Studio
You type text, pick a font, add coloured outline layers, adjust thickness, and preview everything in real-time 3D. Then export as 3MF and each colour shows up as a separate named part that drops straight into Bambu Studio, no need for manual painting. You can also download the STLs.
Tech details for the curious:
- Vanilla JS client code - Three.js for 3D preview, opentype.js for font parsing - Geometry pipeline: opentype paths → Clipper-lib (boolean ops for outline rings via cumulative offsets + differences) → Tess2 (triangulation) → extruded meshes - Server-side export via Cloudflare workers (same geometry pipeline, runs headlessly to produce 3MF/STL) - Preview images generated by @cf-wasm/resvg on the edge - Every design is a shareable URL, all state lives in query params - Licensed CC BY 4.0.
Would love feedback especially from folks doing multi-colour printing.
Generates editable Blender scripts instead of monolithic mesh blobs.
Generates executable Blender scripts with named parts instead of uneditable mesh blobs.
Editable BREP output beats mesh generators—download the code and keep building.
Simpler than Fusion 360, but Windows-only alpha limits who can actually try it.
Specialized simulator for a real printmaking pain point; niche but genuinely useful.
Turns text prompts into looped pixel-sprite animations with on-site playback and spritesheet/GIF export, which is immediately useful for rapid prototyping. The live preview and palette controls feel catered to creators, but the real value will hinge on consistency across frames (same character, directional sprites) and granular timing/frame controls.