aboutsummaryrefslogtreecommitdiff
path: root/renderers
Commit message (Collapse)AuthorAge
* Websocket renderer and basic page server.Gravatar Merritt Boyd2011-02-20
|
* Added JPGInput to process images. Modified Input and LightInstallation to ↵Gravatar rcoh2011-02-17
| | | | | | support passing multiple inputs simultaeneously. Added FadeIn Pixel event. Needs work / configurability.
* Fixed some threading bugs. Modified LightInstallation.py so that Behaviors ↵Gravatar rcoh2011-02-14
| | | | | | are *Only* run if they are marked to be rendered. Fixed a threading issue tied to the component registry.
* Added OSC (phone controlled) behavior to the C5 SignGravatar rcoh2011-02-13
|
* Picking up the rendererGravatar rcoh2011-02-13
|
* Lots of stuff INCOMPLETEGravatar rcoh2011-01-28
|
* 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.
* Merge branch 'performance'Gravatar rcoh2011-01-04
|\ | | | | | | | | | | Conflicts: config/Outdoor.xml util/ColorOps.py
* | fixed a bug caused by util stuff. some new functionality, not all fully ↵Gravatar rcoh2011-01-03
| | | | | | | | implemented.
* | Not sure if this works.Gravatar rcoh2011-01-03
| |
* | Changed default mode of xml merging to merge instead of replace. Added some ↵Gravatar rcoh2011-01-02
| | | | | | | | | | | | | | syntactic sugar in xml file -- attributes on Class-Level items will be automatically added to their args dict. This is designed for easy specification of Id etc. when you are Inheriting from another class.
| * a couple improvements. nothing huge.Gravatar rcoh2010-12-29
|/
* setting up some more behaviors to get inherited fromGravatar rcoh2010-12-29
|
* About halfway done with support for pixel regions. Modified the component ↵Gravatar rcoh2010-12-22
| | | | | | registry a bit. Added support for multiple pixel mappers (and along with that, default components). RCOH
* About halfway done with the Util cleanup. Some stuff left to do with ↵Gravatar rcoh2010-12-15
| | | | scoping etc.
* Refactoring complete! Made modules/packages as appropriate. Finally.Gravatar Russell Cohen2010-11-24