aboutsummaryrefslogtreecommitdiff
path: root/inputs
Commit message (Expand)AuthorAge
* Fixed some threading bugs. Modified LightInstallation.py so that Behaviors a...Gravatar rcoh2011-02-14
* Get rid annoying print statement for RussellGravatar dxiao2011-02-13
* Added a vertical bars animation to C5Sign-dxiaoGravatar dxiao2011-02-13
* Added a circle behavior to make circles. Added ContinuousCenterInput to do w...Gravatar rcoh2011-02-13
* Added OSC (phone controlled) behavior to the C5 SignGravatar rcoh2011-02-13
* Fixed a bug that was causing us to drop clicks.Gravatar rcoh2011-01-29
* Merge branch 'mobileapp' of github.com:rcoh/SmootLight into fridaydemoGravatar rcoh2011-01-28
|\
* | Fixed TCPInput bug.Gravatar rcoh2011-01-28
| * get string data instead of intGravatar eugue2011-01-28
* | Lots of stuff INCOMPLETEGravatar rcoh2011-01-28
* | Merge branch 'wind-behavior' into fridaydemoGravatar rcoh2011-01-28
|\ \
* | | Finishing up for the demoGravatar rcoh2011-01-28
| |/ |/|
| * Added HTMLInput, SmootWind behavior, and a config file for testing.Gravatar eugue2011-01-27
|/
* Merge branch 'osc'Gravatar rcoh2011-01-27
|\
* | A metric $#%$-ton of changes. Added doc-strings to EVERYTHING. Phew. Fixed...Gravatar rcoh2011-01-27
* | Merge branch 'mobileapp' into biginstallGravatar Russell Cohen2011-01-26
|\ \
| | * TouchOSC-specific behaviorGravatar Dan2011-01-25
| * | working version of IconMoverGravatar eugue2011-01-25
| | * Adding an OSC input.Gravatar Dan2011-01-25
| |/ |/|
| * merge with biginstallGravatar eugue2011-01-24
* | Merge branch 'master' into behaviorsGravatar Russell Cohen2011-01-12
|\|
| * Worked on getting the threading stuff consolidated in ThreadedSmootCoreObject...Gravatar Thomas B Thompson2011-01-10
|/
* Some performance improvements -- we also synchronize all the frames, giving u...Gravatar rcoh2011-01-04
* Merge branch 'bens-cleanup' of github.com:rcoh/SmootLightGravatar rcoh2011-01-04
|\
| * worked on profiling, made a bunch of changes, huge speedup!Gravatar Thomas B Thompson2011-01-04
* | fixed a bug caused by util stuff. some new functionality, not all fully impl...Gravatar rcoh2011-01-03
* | setting up some more behaviors to get inherited fromGravatar rcoh2010-12-29
|/
* About halfway done with support for pixel regions. Modified the component re...Gravatar rcoh2010-12-22
* Util cleanup is done! Util.py is now refactored into the util module. Woo! RCOHGravatar rcoh2010-12-20
* Merge branch 'master' of github.com:rcoh/SmootLightGravatar rcoh2010-12-08
|\
* | Code for the demo. Everything works afaik. Contains a couple more optimizat...Gravatar rcoh2010-12-08
| * Put together TCPInput; added TCPInput and a colorchange Behavior for it in co...Gravatar Sun2010-12-08
|/
* Making recursive behaviors work. Some bugs existed before. Adding runningGravatar Russell Cohen2010-11-29
* Added BehaviorChain to support chains of behaviors. Added FollowMouseGravatar Russell Cohen2010-11-25
* Refactoring complete! Made modules/packages as appropriate. Finally.Gravatar Russell Cohen2010-11-24