Skip to content

Instantly share code, notes, and snippets.

@nataliefreed
nataliefreed / TinkerableArray.pde
Last active August 29, 2015 13:56 — forked from anonymous/TinkerableArray.pde
Sketch for experimenting with image arrays in Processing.
int rows = 10;
int columns = 12;
int[] circles = new int[rows*columns];
int index;
int spacing = 50;
int circleSize = 6;
void setup()
{
@nataliefreed
nataliefreed / index.html
Last active August 29, 2015 14:21 — forked from anonymous/index.html
fadecandy clock
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-git.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
<script>