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/C5Work.xml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 config/C5Work.xml (limited to 'config/C5Work.xml') 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