Skip to content

Instantly share code, notes, and snippets.

View secretorange's full-sized avatar

Lee Gunn secretorange

View GitHub Profile
W = 500
H = 585
W1 = W - 1
H1 = H - 1
def setup
@img = load_image '../scratch/girl.png'
@img.filter BLUR, 3
@img.load_pixels
end

Git Cheat Sheet

Commands

Getting Started

git init

or