"examples/processing/grid32x16z_rings/OPC.pde" did not exist on "89e33e0db9ad518853be8e5d0f27c78d310f19b0"
- Jan 25, 2016
-
-
Grant Patterson authored
The "zigzag" argument is handy to create daisy-chained grids, but what if we want to start from the other side? I don't think rotation gets us there, but this does.
-
- Jan 03, 2016
-
-
Eric Mika authored
for n in `find . -name OPC.pde`; do cp template/OPC.pde $n; done
-
- Dec 23, 2015
-
-
Eric Mika authored
Replace deprecated registerDraw with registerMethod. Call sleep statically.
-
- Sep 21, 2015
-
-
piers7 authored
Update all Processing sketches to use the OPC.pde version from grid24x8z_clouds that uses background/async socket management, and doesn't grid to a halt every time the server drops out
-
- May 25, 2014
-
-
Micah Elizabeth Scott authored
-
- Dec 04, 2013
-
-
Micah Elizabeth Scott authored
-