Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 602 Bytes

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.

Packages used

  • three.js for displaying shaders interactively.
  • data.gui for controlling certain parameters.
  • Webpack for modern JS (ES6) syntax, code modularization, bundling, and serving locally.

For running locally

Go to the ./build folder

  1. Run npm install
  2. RUn npm run build
  3. Run npm run serve