Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 296 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 296 Bytes

Interactive WebGL icosahedron experiment

Interactive WebGL icosahedron experiment with perlin noise and added effects; created using THREE.js and Shaders.


Install dependencies:

npm i

Start development:

npm start

Build Project:

npm run build