@bluelightning32/walnut
v1.0.3
Published
The Walnut 3D boolean operation library compiled with WASM.
Readme
Building
emsdk must be installed before building the project.
$ git submodule update --recursive --init
$ mkdir release
$ cd release
$ emcmake cmake .. -DCMAKE_BUILD_TYPE=Release
$ make -j4Running the example via emrun
emrun is included in the emsdk. It starts up a web server to view the example. After building, from the build directory, run
$ emrun index.htmlThe blue objects in the rendered scene are generated by JSCAD. The red objects are generated by Walnut.
