Skip to content

Instantly share code, notes, and snippets.

@jmitchell
jmitchell / the_matrix.pde
Last active December 18, 2015 11:39
The Matrix in Processing.org
class MatrixChar {
final int STREAK_LENGTH = 100;
final color COLOR = color(0, 255, 0);
final PFont FONT = createFont("Monospace", 12);
final int DEFAULT_CHAR_SIZE = 100;
final int DEFAULT_SPEED = 5;
int x, y;
char chr;
float distanceAway;
<% for place in @places %>
<%= link_to place.name, place %>
<% end %>