| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-09-01 | Detect the terminal size with a syscall. | Rose Hogenson | 1 | -5/+23 | |
| This will only work on Linux. | |||||
| 2023-09-01 | Remove external dependencies. | Rose Hogenson | 4 | -53/+0 | |
| Now the only dependency is go itself, so there's no need for a complex build system. | |||||
| 2023-08-29 | Use float64 instead of big.Rat. | Rose Hogenson | 1 | -41/+25 | |
| It's actually just fine to use float64. | |||||
| 2023-08-29 | Simplify the code. | Rose Hogenson | 1 | -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-27 | Write a god-awful Mandelbrot set program. | Rose Hogenson | 6 | -0/+147 | |
