summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-09-01Detect the terminal size with a syscall.Rose Hogenson1-5/+23
This will only work on Linux.
2023-09-01Remove external dependencies.Rose Hogenson4-53/+0
Now the only dependency is go itself, so there's no need for a complex build system.
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 Hogenson6-0/+147