Live demo >> http://differential-growth.surge.sh/
Built with:
- svelte
- geometry-processing-js (custom fork of the main project, included as a git submodule)
- THREE.js
Inspired by:
- Floraform by Nervous System
- Differential Mesh by incovergent
This was built during a project course at DTU, so more technical details can be found in this report.
To run locally with webpack dev server:
npm install
npm run dev
To build:
npm run build