Simple program that generates lavalamp-blobs in terminal
- Optional flags for speed, radius, etc, more customisation
- Changing colors / using ascii signs
Program inspired by https://github.com/AngelJumbo/lavat
CLI program with TUI that makes lavalamp blob like objects
go run main.go
-b [int] Number of balls
-r [int] Radius of balls
-s [int] Polling rate in microseconds, default 50000
-c [0/1] If the balls are contained in a box
Exit the program by pressing Esc and waiting up to 5 seconds
- Original idea + math - https://github.com/AngelJumbo/lavat
- Termbox - https://github.com/nsf/termbox-go