app
Adom Step2GLB - STEP to GLB converter
Public Made by Adomby adom
Color-preserving STEP (.step/.stp) to GLB converter. Thin Rust CLI shelling to a shared OCCT XCAF service. Formerly 'step2glb'.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
{
"slug": "adom-step2glb",
"version": "1.1.4",
"type": "app",
"description": "Color-preserving STEP (.step/.stp) to GLB converter. Thin Rust CLI shelling to a shared OCCT XCAF service. Formerly 'step2glb'.",
"tags": [
"step",
"glb",
"cad",
"converter",
"occt",
"3d"
],
"hero": {
"type": "image",
"path": "adom-step2glb-hero-v4.png"
},
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"license": "MIT",
"org": "adom",
"author": {
"name": "John Lauer",
"email": "[email protected]"
},
"visibility": "public",
"title": "Adom Step2GLB - STEP to GLB converter",
"discovery_triggers": [
"convert step to glb",
"step to glb",
"step2glb",
"cad to glb",
"convert my step file",
"molecule convert",
"step2glb molecule",
"render step with materials",
"kicad step to glb",
"regenerate chip glb"
],
"discovery_pitch": "Convert STEP CAD files to color-preserving GLBs via the shared OCCT service - plain converts, thumbnails, features, and full molecule mode (anchored GLB + footprint + symbol with --molecule --board).",
"sample_prompts": [
{
"label": "Plain convert",
"prompt": "Convert SOT-89-3.step to a GLB"
},
{
"label": "Molecule convert",
"prompt": "Convert my molecule board.step with its kicad_pcb through molecule mode"
},
{
"label": "Preview",
"prompt": "Convert this STEP and show me the result with materials"
}
]
}