Origins and Goals

Among other things, the goal here is to build the "matrix rain" in geometron for the canvas element, and eventually to animate it. Matrix rain is katakana in mirror writing, so this means making a dot matrix katakana font in geometron, then making a mirror operator, then since I don't know Japanese and am not type setting hiragana or kanji, find a javascript converter from English to phonetic katakana so that the code has readable meaning.

the matrix has you

the matrix has you

Animated Rain

Now it is time to make the code move through the canvas vertically as it does in proper Matrix Rain. To do this I'll use the "setInterval" method in javascript.