A simple Mandelbrot implementation in Go, based on ported Turbo Pascal code. It uses my TinyCanvas library to make it easier to port Pascal code to the web. This library gives you a canvas and good old PutPixel functionality. Everything is written to be compiled with TinyGo.