From 67c62d8c9e650f594e9aea348b8ed0c1351c7d81 Mon Sep 17 00:00:00 2001 From: rcoh Date: Thu, 17 Feb 2011 02:45:27 -0500 Subject: Added JPGInput to process images. Modified Input and LightInstallation to support passing multiple inputs simultaeneously. Added FadeIn Pixel event. Needs work / configurability. --- config/C5Sign.xml | 2 +- config/C5Work.xml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 config/C5Work.xml (limited to 'config') diff --git a/config/C5Sign.xml b/config/C5Sign.xml index 024f0d8..77f6bcc 100644 --- a/config/C5Sign.xml +++ b/config/C5Sign.xml @@ -208,7 +208,7 @@ centerleft center - {'scanningbars':0,'runcolordecay':10,'expandingcircles':10} + {'scanningbars':10,'runcolordecay':10,'expandingcircles':10} {'scanningbars':'centerleft', 'runcolordecay':'center',\ 'expandingcircles':'center'} True diff --git a/config/C5Work.xml b/config/C5Work.xml new file mode 100644 index 0000000..6aac21a --- /dev/null +++ b/config/C5Work.xml @@ -0,0 +1,78 @@ + + + + + simplemap + + + + layouts/C5SignLayout.xml + + + + pixelmappers.SimpleMapper + + simplemap + 20 + + + + pixelmappers.GaussianMapper + + gaussmap + 1 + 0.1 + 1 + .5 + + + + pixelmappers.C5SignMapper + + c5signmapper + 20 + + + + + + renderers/Pygame.xml + + + renderers/C5Renderer.xml + + + + + inputs.JPGInput + + jpg + 5000 + ../../C5SignImages + + + + inputs.PygameInput + + pygamekey + 10 + True + + + + + + behaviors/PixelDecay.xml + + pixelevents.FadeIn + image + + jpg + + .0005 + True + gaussmap + + + + -- cgit v1.2.3