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

https://github.com/tucuxi/metaballs

Metaballs in Go
https://github.com/tucuxi/metaballs

2d-graphics fyne go golang marching-squares metaballs

Last synced: 7 months ago
JSON representation

Metaballs in Go

Awesome Lists containing this project

README

          

# Metaballs in Go

A 2D animation of moving metaballs, implemented with Go and the Fyne toolkit, based on the marching square algorithm.

![Preview](Preview.png)

## References

* [Metaballs and Marching Squares](https://jamie-wong.com/2014/08/19/metaballs-and-marching-squares/), by Jamie Wong
* [How Computers Draw Weird Shapes](https://www.youtube.com/watch?v=6oMZb3yP_H8), on YouTube
* [Fyne toolkit](https://developer.fyne.io/)