summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mark Slee [Sun, 30 Jun 2013 19:39:53 +0000 (12:39 -0700)]
Add a debug overlay mode that can set channels/cubes to black/white
Mark Slee [Fri, 28 Jun 2013 19:01:04 +0000 (12:01 -0700)]
Add mouse scroll to zoom
Mark Slee [Fri, 28 Jun 2013 18:44:00 +0000 (11:44 -0700)]
Overhaul GL rendering to use Processing primitives, much faster
Mark Slee [Fri, 28 Jun 2013 17:53:12 +0000 (10:53 -0700)]
Add framerate UI and control on -/+ keys
Mark Slee [Sat, 15 Jun 2013 02:09:05 +0000 (19:09 -0700)]
Merge branch 'panda-refactor' of https://github.com/sugarcubes/SugarCubes
Conflicts:
_Internals.pde
_Overlay.pde
code/GLucose.jar
Mark Slee [Fri, 14 Jun 2013 18:14:32 +0000 (11:14 -0700)]
Slight formatting thing
Mark Slee [Fri, 14 Jun 2013 18:08:42 +0000 (11:08 -0700)]
Update mapping constants and tool for trip
Mark Slee [Thu, 13 Jun 2013 05:38:41 +0000 (22:38 -0700)]
APC40 is mapped, update UI to reflect that and use GLucose internals
Mark Slee [Wed, 12 Jun 2013 22:40:54 +0000 (15:40 -0700)]
Add a mapping tool for Trip to deal with hardware issues
Mark Slee [Wed, 12 Jun 2013 02:39:48 +0000 (19:39 -0700)]
Pedantic perf thing, flatten raw int[] list instead of List<Integer> for slightly faster iteration
Mark Slee [Wed, 12 Jun 2013 02:33:33 +0000 (19:33 -0700)]
Fix one bit of pointless indentation
Mark Slee [Wed, 12 Jun 2013 02:18:44 +0000 (19:18 -0700)]
Add mappings for panda board UI and PandaDriver class
Mark Slee [Wed, 12 Jun 2013 02:18:44 +0000 (19:18 -0700)]
Add mappings for panda board UI and PandaDriver class
Mark Slee [Wed, 12 Jun 2013 01:02:15 +0000 (18:02 -0700)]
Restore mappings data to sugarcubes sketch. Called back from GLucose library.
Will make it much easier for Trip to modify.
Mark Slee [Mon, 10 Jun 2013 03:45:34 +0000 (20:45 -0700)]
A few cleanups to test patterns
Mark Slee [Sun, 2 Jun 2013 03:55:53 +0000 (22:55 -0500)]
Import the projection libraries and add TestProjectionPattern to illustrate usage
Mark Slee [Sat, 1 Jun 2013 17:30:59 +0000 (12:30 -0500)]
A couple volumetric patterns in progress
Mark Slee [Thu, 30 May 2013 04:50:05 +0000 (23:50 -0500)]
Modify to use xMax/yMax/zMax instead of hardcoding 255/127 all over.
Mark Slee [Wed, 29 May 2013 04:55:59 +0000 (23:55 -0500)]
Update to use new form of referencing immutable model object lists
Mark Slee [Wed, 29 May 2013 03:08:17 +0000 (22:08 -0500)]
Change animation level coordinates to x->left-to-right, y->top-to-bottom, z->front-to-back
Mark Slee [Mon, 27 May 2013 06:33:47 +0000 (23:33 -0700)]
Make blinders much more interesting by splitting into groups
Mark Slee [Mon, 27 May 2013 00:10:27 +0000 (17:10 -0700)]
Ported over a couple more patterns
Mark Slee [Sun, 26 May 2013 23:12:15 +0000 (16:12 -0700)]
Fix notch drawing
Mark Slee [Sun, 26 May 2013 22:23:23 +0000 (15:23 -0700)]
Add a MIDI-responding piano key pattern that lights up cubes based on notes
Mark Slee [Sun, 26 May 2013 21:32:38 +0000 (14:32 -0700)]
Implement pattern knobs here
mcslee [Sun, 26 May 2013 21:18:47 +0000 (15:18 -0600)]
Update README.md
Mark Slee [Sun, 26 May 2013 21:10:54 +0000 (14:10 -0700)]
Fix truncated UI text
Mark Slee [Sun, 26 May 2013 21:09:08 +0000 (14:09 -0700)]
Update to new libraries, add knobs for effects and transitions
mcslee [Thu, 23 May 2013 19:52:52 +0000 (13:52 -0600)]
Update README.md
mcslee [Thu, 23 May 2013 19:52:40 +0000 (13:52 -0600)]
Update README.md
Mark Slee [Thu, 23 May 2013 01:38:32 +0000 (18:38 -0700)]
Move image file to data folder
Mark Slee [Thu, 23 May 2013 01:37:07 +0000 (18:37 -0700)]
SugarCubes sketch initial code dump
mcslee [Thu, 23 May 2013 01:32:31 +0000 (19:32 -0600)]
Update README.md
mcslee [Thu, 23 May 2013 01:30:46 +0000 (18:30 -0700)]
Initial commit