Java Tutorial: Mandelbrot fractal applet in grey - Part 6
In this ShowMeDo John builds on the foundation laid previously to generate and display the Mandelbrot fractal in a Java Applet, as a further example of how to perform pixel level rendering. This video shows how to build a gray-scale Mandelbrot (colour comes later).
Some of the source code for this tutorial is available in our wiki(JavaMontgomeryAppletSeries).An example of an interactive Mandelbrot fractal (it uses different code from this tutorial) is available at John's site.