News

I used this repository in the fall of 2015 (during my freshman year in college) to experiment with some custom types that would help me design a GUI for a canvas-based application. The results of this ...
#Game Of Life (GUI) A Javascript/HTML canvas implementation of Conway's "Game of Life." I took code that I wrote for a technical interview and adapted it into a fully realised version of Conway's ...
Learn how to use canvas, an HTML5 feature, to draw and manipulate graphics on a web page with JavaScript. Follow these steps to create shapes, images, animations, and more.
HTML5 canvas is an element that allows you to render graphics on a web page using a script. It is like a blank canvas that you can paint on with JavaScript. You can use it to create shapes, images ...
Lisa GUI is a web-based model of the Apple Lisa's graphical user interface. Predating the original Macintosh by a year, it introduced so much that we associate with it, from the high-resolution 1-bit ...