Skip to content

Instantly share code, notes, and snippets.

@jpfinley
jpfinley / plus-business-cards.pde
Created December 5, 2011 02:36
Processing code used to make my business cards
import processing.pdf.*;
// Size of each cell in the grid, ratio of window size to video size
// 80 * 8 = 640
// 60 * 8 = 480
int videoScale = 8;
// Number of columns and rows in our system
int cols, rows;
@RandomEtc
RandomEtc / README.mkd
Created September 28, 2010 00:11
smooth panning and zooming for polymaps