Hey everyone! For the last year I’ve been working on a piece of software named GeoPix, designed to make pixel mapping and real-time led art a LOT easier. Most of my inspiration and drive has come from the hacking / making communities such as this one!
Here’s a large scale demo of GeoPix in use:
Here’s an example of a simple pixel map process:
I wanted to share it’s release here with you all because I specifically added support for the teensy 3.1 as a pixel controller preset in the software. I did this because the teensy 3.1, fastLED3.1, and the OctoWS2811 combination has provided at least to my knowledge the cheapest and fastest solution to drive the most pixels (up to 460 pixels x 8 strips @ 60 fps)
GeoPix of course removes almost all of of the processing requirements from the Teensy and uses it as a blind pixel controller with all animation and mapping happening pc side.
So for that reason I hope that it is ok that I post this here since I know this community is about pixel/microcontroller art
Sorry no it’s built in a platform called Touch Designer which is windows only. No immediate plans to redesign with a more portable code base but maybe if things take off
Thanks for the reply. I also planed to create a software like this many years ago - but did not have the time - so I hoped that the software you did (which is really awesome) working also with mac or linux.
I decided many years ago to use Qt (C++) to program the software (because of Cross-Platform support)
If you are planing to do a port for multi platform - let me know, I can help you then.