Skip to content

Build the Shadertoy of Parametric Modeling

Notifications You must be signed in to change notification settings

cg-tuwien/Math2Model

Repository files navigation

ShadertoyOfParametricModeling

Build the Shadertoy of Parametric Modeling. View the demo.

Contributing

Read our CONTRIBUTING.md

Project Setup

This project depends on Node.js with npm and Rust.

  1. Install Node.js and Rust
  2. npm install in the main folder
  3. cd parametric-renderer-core and npm install

Now the dependencies have been installed.

To run it

  1. npm run dev to start up the web server
  2. cd parametric-renderer-core and npm run build in a separate terminal to build the WASM package.

As for everything else, check out our CONTRIBUTING.md