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

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

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)