Skip to content

Releases: iogamesmaker/smoothmandelbrot

smooth mandelbrot - optimizations!

08 Aug 18:58
ecb469c

Choose a tag to compare

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!

08 Aug 13:53
52fed2f

Choose a tag to compare

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

08 Aug 10:16
3073173

Choose a tag to compare

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