# README
lava-go
Simple program that generates lavalamp-blobs in terminal
Stuff to add:
- Optional flags for speed, radius, etc, more customisation
- Changing colors / using ascii signs
Description
Program inspired by https://github.com/AngelJumbo/lavat
CLI program with TUI that makes lavalamp blob like objects
How To Use
go run main.go
Exit the program by pressing Esc and waiting up to 5 seconds
Credit
- Original idea + math - https://github.com/AngelJumbo/lavat
- Termbox - https://github.com/nsf/termbox-go
# Variables
rand() in C provides a random number between 0 and something over 32767.