https://github.com/mykolaharmash/metaballs-gpu
Simple metaballs effect using WebGL
https://github.com/mykolaharmash/metaballs-gpu
gpu metaballs webgl
Last synced: 2 months ago
JSON representation
Simple metaballs effect using WebGL
- Host: GitHub
- URL: https://github.com/mykolaharmash/metaballs-gpu
- Owner: mykolaharmash
- License: unlicense
- Created: 2022-12-06T09:13:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T10:09:21.000Z (over 2 years ago)
- Last Synced: 2025-02-10T05:44:05.540Z (4 months ago)
- Topics: gpu, metaballs, webgl
- Language: JavaScript
- Homepage: https://mykolaharmash.github.io/metaballs-gpu/
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GPU Accelerated Metaballs Effect WebGL
[**Live Demo**](https://mykolaharmash.github.io/metaballs-gpu/)
https://user-images.githubusercontent.com/793851/205881866-3b21c95b-7f48-4b40-a5b0-15a720bedaab.mp4
### Run Locally
```bash
npx http-server ./
```### References
[Metaballs and Marching Squares](https://jamie-wong.com/2014/08/19/metaballs-and-marching-squares/) by [Jamie Wong](https://twitter.com/jlfwong)