Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhpcv252/webgl-icosahedron-1-exp

Interactive WebGL icosahedron experiment with perlin noise and added effects
https://github.com/bhpcv252/webgl-icosahedron-1-exp

glsl icosahedron interactive mouse-follower noise perlin-noise postprocessing shaders threejs webgl

Last synced: 27 days ago
JSON representation

Interactive WebGL icosahedron experiment with perlin noise and added effects

Awesome Lists containing this project

README

        

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

-------

Install dependencies:

```bash
npm i
```

Start development:

```bash
npm start
```

Build Project:

```bash
npm run build
```