Hi. I'm working on building a scrolling display (with images as input) where the pixels are cubes. The finished version will have the cubes scale in z level based on music.
The attached patch is as far as I've come now. You load an image, and the cube grid will rearrange itself.
To run you need the pdmtl abstractions installed. Just unzip the pdmtl.zip somewhere.
http://wiki.dataflow.ws/PdMtlAbstractions/Installation
Also, to use the pdmtl abstractions you need to first add "moocow" to pd's path and then the path to the pdmtl directory.
/usr/lib/pd/extra/moocow
/path to unpacked pdmtl
My current problem is that of loading a list of images. In the help for gems.images there's an example of how to use files, but I can't get it to work. Any ideas?