Hypercube is a JavaScript toy that’s sort of pretty, and kind of fun. It
uses trigonometry to place “vertices” in a 3D configuration. It was written before HTML5 and canvas were things, it uses
html characters as the vertices.
This calculates the position of each vertex in space relative to the center of the window, then sizes and colors it
appropriately to imply 3D positioning.