13 Sept 2020, 16:02

Hi,

I'm new to OpenJSCAD. Is there an API on the openjscad.org site to load & render a supplied JSCAD script as a URL parameter? e.g.

https://www.openjscad.org/?file=https://my.url/something.jscad

or

https://www.openjscad.org/?script=function main () {...

I have a web page that generates a jscad file with javascript, and I'd like to be able to render it on the openjscad.org site with just a single click.

Thanks