Processing Integration with Max/MSP

Yes. I believe it is possible. I’ve done some prototyping. I find that one reason this hasn’t been addressed yet is that there is not a lot of overlap with the programming paradigms. A lot of people who are comfortable enough with Processing aren’t sure how to work with Max and visa versa.

I was about to post something along the lines of yours because I think it’s time. I know someone at the Processing Foundation and I think I’ll talk to them about this. Basically, a version of Processing can be integrated into Max as a JS library. This library can be used with the Max object, [jsui]. This object grants you access to Red Book OpenGL. It also requires an earlier ECMAScript version of JS.

In my screenshot you’ll see that I wrote a JS object mimicking the features of Processing. So everything is in place to actually make this work. I personally just don’t know enough about many OpenGL fundamentals to make this completely.