From 00e836cfa4e2652d724972585d661143142af002 Mon Sep 17 00:00:00 2001 From: eugue Date: Mon, 24 Jan 2011 14:41:38 -0500 Subject: merge with biginstall --- config/MobileTest.xml | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 config/MobileTest.xml (limited to 'config/MobileTest.xml') diff --git a/config/MobileTest.xml b/config/MobileTest.xml new file mode 100644 index 0000000..2f736ea --- /dev/null +++ b/config/MobileTest.xml @@ -0,0 +1,147 @@ + + + + + simplemap + + + + layouts/BasicSixStrip.xml + + + + pixelmappers.SimpleMapper + + simplemap + 20 + + + + pixelmappers.GaussianMapper + + gaussmap + 30 + 0.1 + 10 + 1 + + + + + + renderers/SixStripUDP.xml + + + renderers/Pygame.xml + + + + + inputs.PygameInput + + pygame + 100 + + + + inputs/MouseFollower.xml + + + inputs.RandomLocs + + randomLoc + + + + inputs.TCPInput + + TCP + 20120 + 100 + + + + + + behaviors.EchoBehavior + + echo + 0 + False + + + + behaviors/RandomColor.xml + + + behaviors/PixelDecay.xml + + + behaviors.DebugBehavior + + debug + 0 + + pygame + + + + + behaviors.AllPixelsLeft + + pixelsleft + + + + behaviors/LoopAndDie.xml + + 200 + + + + behaviors.BehaviorChain + + runcolordecay + + pygame + + + colorchange + running + decay + + {'running':'acceleratedie'} + True + gaussmap + + + + behaviors/Accelerate.xml + + + behaviors.BehaviorChain + + acceleratedie + + accelerate + recursivedecay + + + + + behaviors/RunningBehavior.xml + + + behaviors.MoveBehavior + + move + + TCP + + 1 + 1 + True + + + + -- cgit v1.2.3