Fractals — This demo showcases multiple features of the engine.
The engine contains a Fractals class that provides pure JavaScript implementations of many popular fractals.
It features a custom FractalRenderer that inherits from ImageGO, the default way to display images in the engine.
Then we use the Painter.img module to render bitmap based on the fractal data.
Also featured is the TaskManager class; a simple implementation of a task queue that allows the main thread to send tasks to the worker thread and receive the results asynchronously.