samples/guiAndGfx: Added a Mandelbrot sample (simpler than 'fractals')
authorJerome St-Louis <jerome@ecere.com>
Fri, 1 Apr 2016 21:12:40 +0000 (17:12 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 2 Jul 2016 20:39:56 +0000 (16:39 -0400)
commit3c4e517e8507197edd324044f3ac0aadd457beed
tree50ccd21f5b5430e956ede0cc8543ae7bb86c4823
parent4da2f16309248e38f81c2cbee4ffa855e2a15526
samples/guiAndGfx: Added a Mandelbrot sample (simpler than 'fractals')
- With optimizations: Taking out the sqrt() -- log(x^c) = c log(x)
samples/guiAndGfx/mandelbrot/mandelbrot.ec [new file with mode: 0644]
samples/guiAndGfx/mandelbrot/mandelbrot.epj [new file with mode: 0644]
samples/guiAndGfx/mandelbrot/mandelbrotUI.ec [new file with mode: 0644]