OpenJSCAD: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
* [https://github.com/jscad/OpenJSCAD.org github]
* [https://github.com/jscad/OpenJSCAD.org github]
* [https://en.wikibooks.org/wiki/OpenJSCAD_User_Guide User Guide]
* [https://en.wikibooks.org/wiki/OpenJSCAD_User_Guide User Guide]
* [https://openjscad.nodebb.com Forum]
= Install =
= Install =
<source lang='bash'>
<source lang='bash'>

Revision as of 06:25, 17 March 2019

Links

Install

sudo npm install -g @jscad/openjscad

Dockerized Version

see https://github.com/BITPlan/docker-openjscad

The dockerized version allows to mount a "workspace" directory that you can use.

docker run --publish=8080:8080 --name openjscad  --volume $HOME/openjscad/workspace:/openjscad/packages/web/examples/workspace bitplan/openjscad:latest

You should then be able to run e.g. http://localhost:8080/index.html#examples/globe.jscad

Convert from BlocksCAD?