summaryrefslogtreecommitdiffstats
path: root/mandelbrot.go
AgeCommit message (Collapse)AuthorFilesLines
2023-09-01Detect the terminal size with a syscall.Rose Hogenson1-5/+23
This will only work on Linux.
2023-08-29Use float64 instead of big.Rat.Rose Hogenson1-41/+25
It's actually just fine to use float64.
2023-08-29Simplify the code.Rose Hogenson1-49/+17
I removed the dependency on term by just always printing a small image. It's more of a proof-of-concept.
2023-08-27Write a god-awful Mandelbrot set program.Rose Hogenson1-0/+93