Releases: iogamesmaker/smoothmandelbrot
Releases · iogamesmaker/smoothmandelbrot
smooth mandelbrot - optimizations!
Optimizations! Faster for higher iter counts
Line-by-line rendering for super high iter counts.
Full Changelog: v1.0.1...v1.1
smooth mandelbrot - Zoomable!
r = reset
q/e = zoom in/out
-/+ = change iter count
Controls! Also shaved a small amount of time off the main function.
smooth mandelbrot - first working version yippie
it works, 1k iters = 1.5 seconds.
uses glColor3f(color,color/2,color/4); as pallete. too lazy to make one manually :P
also mingw64 uses way too much diskspace for my 32gb hard disk sorry windows persons
Full Changelog: https://github.com/iogameplayer/smoothmandelbrot/commits/v1