Hacker News new | ask | show | jobs
by tylerneylon 2299 days ago
I few years ago I put together a basic Mandelbrot terminal animation:

https://gist.github.com/tylerneylon/e70a684b88809f74168f3a36...

It runs nicely in Python 2 (and slower in Python 3).

Here's a nice code golf Mandelbrot that also uses no image library (it produces a bmp file): https://codegolf.stackexchange.com/a/23465