9 Şubat 2012 Perşembe


Mandelbrot-Set Demo Using GLSL

Fractal art is an art form in which the images are generated only with algorithmic calculations without any preset texture or image used. Mandelbrot and julia sets can be regarded as the most famous ones. In this tutorial i will be explaning you how to implement a real-time mandelbrot explorer demo program with opengl shader language. I divided the tutorial into 6 different parts:

1) Mathemathical meaning of the mandelbrot sets
2) How we use it to display an image
3) A Quick Pass Through the Algorithm:
4) A Detailed Interpretation of the Code:
5) Room for improvement 
6) Some Screenshots from the Demo