Skip to content

Instantly share code, notes, and snippets.

View timturnidge's full-sized avatar

Tim Turnidge timturnidge

  • Wellington, New Zealand
View GitHub Profile
@timturnidge
timturnidge / Caitlin Cole final code
Last active October 25, 2019 00:25 — forked from caitlinelise/Caitlin Cole final code
Colour keyboard final
import processing.pdf.*;
int maxHeight = 30;
int minHeight = 20;
int letterHeight = maxHeight; // Height of the letters
int letterWidth = 30; // Width of the letter
int x = -letterWidth; // X position of the letters
int y = 0; // Y position of the letters