Optimized gimbal -- now at 60fps
[SugarCubes.git] / SugarCubes.pde
index bef521dc133c271993825b82a7be9cae3fbff899..ff85065f00b8519e045ab2025606a0d76aa09d6d 100644 (file)
@@ -51,12 +51,18 @@ LXPattern[] patterns(GLucose glucose) {
     new CubeEQ(glucose).setEligible(false),
     new PianoKeyPattern(glucose).setEligible(false),
 
+       // AntonK
+       new AKPong(glucose),
+
     // DanH
     new Noise(glucose),
     new Play (glucose),
     new Pong (glucose),
     new Worms(glucose),
 
+    // JR
+    new Gimbal(glucose),
+    
     // Alex G
      
      // Tim
@@ -74,9 +80,9 @@ LXPattern[] patterns(GLucose glucose) {
     new JackieDots(glucose),
 
     // L8on
-    new L8onLife(glucose),
     new L8onAutomata(glucose),
-    new L8onStrips(glucose),
+    new L8onLife(glucose),
+    new L8onStripLife(glucose),
 
     // Vincent
     new VSTowers(glucose),
@@ -104,9 +110,6 @@ LXPattern[] patterns(GLucose glucose) {
     // Shaheen
     //new HelixPattern(glucose).setEligible(false),
     
-    //JR
-    new Gimbal(glucose),
-    
     // Sam
     new JazzRainbow(glucose),