This repo contains visualizations of different shaders in Three.js. It is a still work in progress as I am still learning the technologies used.
It was developed at the Recurse Center.
- three.js for displaying shaders interactively.
- data.gui for controlling certain parameters.
- Webpack for modern JS (ES6) syntax, code modularization, bundling, and serving locally.
Go to the ./build
folder
- Run
npm install
- RUn
npm run build
- Run
npm run serve