Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maggix1404/glowing_noise_blob
practice of webgl(threejs and glsl)#2
https://github.com/maggix1404/glowing_noise_blob
glsl glsl-shaders threejs webgl
Last synced: 2 months ago
JSON representation
practice of webgl(threejs and glsl)#2
- Host: GitHub
- URL: https://github.com/maggix1404/glowing_noise_blob
- Owner: MAGGIx1404
- Created: 2022-04-19T15:52:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T12:11:05.000Z (about 1 year ago)
- Last Synced: 2024-04-28T06:33:45.107Z (9 months ago)
- Topics: glsl, glsl-shaders, threejs, webgl
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glowing_noise_blob
practice of webgl(threejs and glsl)Run locally by using this commands
```bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:1234
npm run dev```
With Grayscale:
![](./ss1.png)Without Grayscale:
![](./ss2.png)