Build the Shadertoy of Parametric Modeling. View the demo.
Read our CONTRIBUTING.md
This project depends on Node.js with npm and Rust.
- Install Node.js and Rust
npm install
in the main foldercd parametric-renderer-core
andnpm install
Now the dependencies have been installed.
To run it
npm run dev
to start up the web servercd parametric-renderer-core
andnpm run build
in a separate terminal to build the WASM package.
As for everything else, check out our CONTRIBUTING.md