1.0.3 • Published 4 years ago
@bluelightning32/walnut v1.0.3
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.