I just released PixelController v1.3.1. Noteworthy changes:
- Create your own generators and send them via OSC protocoll to PixelController
- I added several Processing examples, including Android and Microsoft Kinect examples
- PixelInvaders panels can controlled wireless, using a RPI and the ser2net utility
Here is a “Rough Cut” Video of PixelController and two PixelInvaders panels in action:
Links
PixelController Download
PixelController source on GitHub
PixelInvaders panels (DIY kit)
Detailed Changelog
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | Changelog v1.3.0 to v1.3.1 -------------------------- -Updated PixelInvaders firmware, more speed, improved image quality -Add two generic (OSC) input generators, see Processing examples (integration/Processing/OscSendImageData) how to use it. Hint: They get selected in random mode only if they are active (receiving data) -Update OSC Server buffer size (32k) to accept image data -Add OSC Statistics in GUI/JMX -Artnet Output: respect color order (panel.color.order setting) -Artnet Output: Add option to configure the Artnet broadcast address (was default 2.255.255.255) -TPM2 Output: fix layout settings, for example ROTATE_180 caused an exception -Serial Outputs (AdaVision, Rainbowduino v3, TPM2): fix serial port name issue, case sensitive (Issue #30) -Add PixelInvaders Network device support using ser2net (for example using a Raspberry PI) -Add output connection status for PixelInvaders panels -Support Kinect for Xbox 360 via external Processing Sketch and OSC Generator -Fix NPE during application launch and a key is pressed -Fix NPE if using keyboard shortcuts to select a non existent generator (for example capture generator) -Fix possible Freeze during Random Mode |