Seeing if this ass-backwards method of canvas drawing is performant enough for game/creative coding purposes. LOVE Canvas, but hate that I can't draw without anti-aliasing.
This pen implements a bunch of bresenham algorithms and basic pixel, line, box, filled box, circle, and filled circle functions.
Uses typed arrays and 32-bit pixel manipulation.
This Pen is a fork of Ryan Malm's Pen Canvas play: Mandelbrot set.