I would like to play many videos at once (10+). I'm currently creating a list of Movie objects and looping them, then mapping as textures to quads -- but this brings my sketch application to a crawl. Is there a better library to use than the default Movie? Is there an optimization I could do to improve performance?
I was wondering, what would be my best bet for creating something similar in Processing? Is there a library that will achieve this? Is there a 3d graph algorithm that I could just implement myself?