A 2D animation of moving metaballs, implemented with Go, Fyne toolkit and BubbleTea TUI , based on the marching square algorithm.
./metaballs
Open the metaballs.exe
file
Then you can interact with the TUI using the keyboard to set your preferences:
After setting your preferences, press q
to confirm and start the animation.
- Metaballs and Marching Squares, by Jamie Wong
- How Computers Draw Weird Shapes, on YouTube
- Fyne toolkit
- Bubble Tea