The maintainer of this website has a Spotify Coding Playlist of their Lo-fi Hip Hop beats!

Plotting Fractals in WebAssembly

A simple app that plots the Mandelbrot Set. As you move your mouse pointer over the Mandelbrot Set, the corresponmding Julia Set is also plotted.

Plotting Fractals ScreenShot

The app was written not only as an exercise in learning to code in WebAssembly Text, but also to see how small a program could be created to perform the computationally intensive task of plotting fractal images.

A detailed description of how to write this app can be found in this tutorial

I think the results are very positive since the resulting binary occupies only 493 bytes!

Date Added: 1/7/22