johnny-morrice / godelbrot

Unix-style Mandelbrot set renderer in Golang
MIT License
8 stars 1 forks source link

Integer region subdivision to fix glitch #31

Open johnny-morrice opened 8 years ago

johnny-morrice commented 8 years ago

It occurs that subdividing the plane is fraught, and we should instead subdivide integers i.e. image region

Do this after plugins are implemented, for quicker turnaround.

johnny-morrice commented 8 years ago

Doing now, before plugins; found moving to plugins not just an afternoon job ;)

johnny-morrice commented 8 years ago

I've merged the nativeregion part to master as it is a big improvement. Closing when bigregion also done.