We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I have question about renderer, I'm testing my visualization in Processing with two monitor and If I can release the same visualization (same program) on two screens with different mode (P2D / JAVA2D)? I know that I can use SPAN for use for example P2D on two monitor, but that's not the point. I tried some like this:
void settings() {
fullScreen(P2D, 1);
fullScreen(JAVA2D, 2);
}
But only second monitor display my visualization. Any suggestions?
Answers
http://forum.Processing.org/two/discussions/tagged?Tag="--display"