/Math2Model

Web-Based Real-Time Parametric Modelling Tool

Primary LanguageTypeScriptOtherNOASSERTION

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.
  3. npm run docs:dev to run the documentation page

As for everything else, check out our CONTRIBUTING.md