aboutsummaryrefslogtreecommitdiff
path: root/layouts
Commit message (Collapse)AuthorAge
* changed C5Sign layout to reflect accurate originGravatar dxiao2011-02-13
|
* Note that y coordinates in Layout must be subtracted from 24Gravatar rcoh2011-02-13
|
* new c5 layout.Gravatar dxiao2011-02-13
|
* Added ability to specify a precise pixelmap. untested.Gravatar rcoh2011-02-13
|
* Modified the test code to automatically pick up new tests. Just add your ↵Gravatar rcoh2011-02-12
| | | | | | | | | test file to tests/__init__.py. Fixed a bug in ZigZagLayout. Added the BehaviorQuerySystem to allow querying on behaviors. Added the "ModulateColor" behavior which will continually shift a color along the HSV plane. Added TestBQS to test the behavior query system. Modified Behavior to have a getLastOutput and setLastOutput method.
* A metric $#%$-ton of changes. Added doc-strings to EVERYTHING. Phew. ↵Gravatar rcoh2011-01-27
| | | | | | Fixed a massive bug that increases performance in by up to a factor of 60. A bunch of new behaviors for the class.
* Bouncing behavior. Working out a weird bug. Threading may be involved?Gravatar rcoh2011-01-22
|
* Added a new config file to run the upstairs lights. Modified PixelMapper toGravatar Russell Cohen2011-01-21
| | | | track cache hits. Added 60-strip layouts and renderer configs.
* Some config changes to make everything a little more palatable.Gravatar rcoh2011-01-11
|
* Some performance improvements -- we also synchronize all the frames, giving ↵Gravatar rcoh2011-01-04
| | | | | | us a meaning that even if things slow down, rendering doesn't look weird.
* Inheritence now happens at all levels on reading of config files. No ↵Gravatar rcoh2010-12-29
| | | | | | additional resolution of inheritances should be necessary. RCOH
* Modify LightInstallation to resolve inheritances. In the future, we may ↵Gravatar rcoh2010-12-26
| | | | | | | improve the functionality of loadConfigFile to pick up all inheritences, but right now it only handles inheritences at the first non-tree level
* Renaming LayoutEngine to PixelAssemblerGravatar Russell Cohen2010-11-25
|
* Refactoring complete! Made modules/packages as appropriate. Finally.Gravatar Russell Cohen2010-11-24