aboutsummaryrefslogtreecommitdiff
path: root/inputs
Commit message (Collapse)AuthorAge
* Merge branch 'conner5' of github.com:dxiao/SmootLight into conner5Gravatar dxiao2011-02-20
|\
| * Made C5Sign-pygame use Leah, added import random, mae rain fasterGravatar lalpert2011-02-20
| |
* | Added an InitialLocationInputGravatar dxiao2011-02-20
|/
* C5Sign is now not runnable - use C5Sign-[no]pygame insteadGravatar dxiao2011-02-20
|
* added ParametricLocationInputGravatar dxiao2011-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.
* 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 ↵Gravatar rcoh2011-02-13
| | | | | | what it says. Modified SimpleMapper a bit.
* 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
|\ \ | | | | | | | | | | | | Conflicts: behaviors/XYMove.py
* | | 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
|\ | | | | | | | | | | Conflicts: behaviors/Square.py pixelcore/PixelStrip.py
* | 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.
* | Merge branch 'mobileapp' into biginstallGravatar Russell Cohen2011-01-26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: behaviors/RestrictLocation.py behaviors/Square.py config/6thFloor.xml inputs/TCPInput.py layouts/60StripLayout.xml operationscore/Behavior.py operationscore/PixelMapper.py pixelcore/Pixel.py pixelcore/Screen.py renderers/60StripSeq.xml
| | * 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
|\| | | | | | | | | Conflicts: LightInstallation.py
| * Worked on getting the threading stuff consolidated in ↵Gravatar Thomas B Thompson2011-01-10
|/ | | | ThreadedSmootCoreObject. Also set up a decent system for SmootCoreObjects to kill the whole application in a managed fashion.
* 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 'bens-cleanup' of github.com:rcoh/SmootLightGravatar rcoh2011-01-04
|\ | | | | | | | | | | | | Conflicts: operationscore/Input.py pixelevents/DecayEvent.py util/ColorOps.py
| * 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 ↵Gravatar rcoh2011-01-03
| | | | | | | | implemented.
* | 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
* 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 ↵Gravatar rcoh2010-12-08
| | | | | | | | optimizations. Contains modify param behavior. Improved support for recursive hooks. Modifications to SmootCoreObject to get us closer to a fully multi-threaded system. This should be the last commit directly to master. All further commits should be on subranches and get merged.
| * Put together TCPInput; added TCPInput and a colorchange Behavior for it in ↵Gravatar Sun2010-12-08
|/ | | | config xml; for testing, now phone can control pixel's location on pygame screen.
* Making recursive behaviors work. Some bugs existed before. Adding runningGravatar Russell Cohen2010-11-29
| | | | behavior which makes a signal bounce back and forth.
* Added BehaviorChain to support chains of behaviors. Added FollowMouseGravatar Russell Cohen2010-11-25
| | | | | | parameter to PygameInput to support following of mice. Added component registry to Util which allows any component to access any other component. Some changes to the structure of LightInstallation.
* Refactoring complete! Made modules/packages as appropriate. Finally.Gravatar Russell Cohen2010-11-24