Demoniak3D Julia Fractal Demo Win32 Executable + Source code Zip Archive - (2894k)
Release Date: January 18, 2008
For any bug report or feedback, please send an email to jegx[AT]ozone3d[DOT]net and add "[DEMO FEEDBACK]" to the subject.
Vous can also post your feedbacks in the demo's topic: Demoniak3D Demo - Julia Fractal.
Recommended configuration:
Operating System: Windows XP SP2
Processor: Pentium III or AMD Athlon and up processor - 800 MHz and up.
Memory: 1Gb RAM and up
Graphics Controller: ATI Radeon 9700 and up (with the latest Catalyst drivers) or GeForce 6600 and up (with the latest Forceware drivers)
Resolution: 1024x768 - 32 bits/pixel
Description
This demo of the Julia fractal rendering is based on the next pages:
The color palette is stored in an one dimensional texture (1D) and the c constant in the fractal equation
varies with the time to produice the animation. This c constant is the same for all points of the Julia's set and this is
the difference with the Mandelbrot rendering.
zn+1 = zn2 + c
Instructions for use:
This demo requires an OpenGL 1.5 compliant graphics card..
Unzip the archive and start START_DEMO_Julia_Fractal_GPU.bat. That's all folk!
The demo's source code is located in the DEMO_Julia_Fractal_GPU.xml file.
And as usual, if you want to experience realtime 3d coding, just go there: Demoniak3D Home Page
Here is Julia'set vertex shader in OpenGL Shading Language: