Creating a Mandelbrot application

Now that we have the algorithm implemented let's create an application that uses it to draw a Mandelbrot on the page. We will start off drawing it without a web worker to show how the process makes the web page unresponsive. Then we will use a web worker to draw the Mandelbrot in the background to see the difference.

Get HTML5 Web Application Development By Example Beginner's guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.