Tutorial_02_Mandelbrot
Tutorial_02_Mandelbrot
This tutorial computes the Mandelbrot set in a simple interactive 2D browser application.
The basic APIs of the Tinman 3D SDK are used in order to implement commonly used standard features like multi-threaded computations and custom GUIs.
How to use
Press and drag the left mouse button to define a zoom rectangle. The Mandelbrot will then be focused on the selected region. Click the right mouse button to return to the previous region.
The P-mid and Q-mid fields give the Mandelbrot coordinates of the center of the current region.
The Scale field gives the distance in Mandelbrot coordinate space that corresponds to one screen pixel.