Hello,
I'm mostly using the audio capabilities of PD and now I need this functionality to port my image synthesizer I've made in Max/MSP before(which was a pain while building because of the audiorate rounding errors in Max/MSP) to PD. I was using the LCD object in there.
The functionality I need is:
contents(being able to load uncompressed images are enough)
pixel
least...(can be implemented with something like "setpixel x y r g b"
I know that people are doing fancy stuff with GEM and other libraries but I really don't know what to chase for this simple task.
Thanks in advance
Batuhan