Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bhpcv252/webgl-icosahedron-2-exp
- Owner: bhpcv252
- Created: 2023-04-28T05:51:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T19:48:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T04:28:12.093Z (3 months ago)
- Topics: glsl, icosahedron, javascript, perlin-noise, shaders, threejs, webgl
- Language: GLSL
- Homepage: https://webgl-experiment-icosahedron-2.vercel.app
- Size: 193 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```