X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=SugarCubes.pde;h=c6431d8fe85ee2f4e871b38776e32ca9527b4429;hb=e0b9d8726c661f54f47340449037ac7f6b410de6;hp=0afeefecc75bb85893e0dbee8f3ca367dd9178cb;hpb=dab0c644cfeb7e21f73d0189e6085c33bc46299a;p=SugarCubes.git diff --git a/SugarCubes.pde b/SugarCubes.pde index 0afeefe..c6431d8 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -22,11 +22,10 @@ * If you're an artist, create a new tab in the Processing environment with * your name. Implement your classes there, and add them to the list below. */ - LXPattern[] patterns(LX lx) { return new LXPattern[] { - new SineSphere(lx), + //new SineSphere(lx), //new CubeCurl(lx), // Slee @@ -116,6 +115,12 @@ LXPattern[] patterns(LX lx) { new AbstractPainting(lx), new Spirality(lx), + // Micah + new Rings(lx), + + // Open pixel control server + new OpenPixelControl(lx, this), + // Basic test patterns for reference, not art new TestCubePattern(lx), new TestTowerPattern(lx),