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-2-exp

WebGL icosahedron experiment with perlin noise
https://github.com/bhpcv252/webgl-icosahedron-2-exp

glsl icosahedron javascript perlin-noise shaders threejs webgl

Last synced: 27 days ago
JSON representation

WebGL icosahedron experiment with perlin noise

Awesome Lists containing this project

README

        

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

-------

Install dependencies:

```bash
npm i
```

Start development:

```bash
npm start
```

Build Project:

```bash
npm run build
```