Is there a path from OpenSCAD to WebGL?
- by Andrew Domaszek
tl;dr version, Does a software path exist to convert from openscad input to render on a website via webgl?
What I'm trying to do is display OpenSCAD created designs uploaded via post on a LEMPy driven website; this is currently done by outputting to a static png image.
I would like to render one of openscad's export formats(wikibooks) and convert…