We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Draw to multiple windows
Page Index Toggle Pages: 1
Draw to multiple windows? (Read 995 times)
Draw to multiple windows?
Feb 9th, 2006, 1:16pm
 
Is there a way of drawing to multiple windows?

I am currently working on a multi-screen installation and would like to draw onto three different monitors. As I have multiple graphics cards I can't stretch a canvas over all three screens so I thought of drawing to three individual windows.
Re: Draw to multiple windows?
Reply #1 - Jun 12th, 2006, 7:48am
 
What OS are you under? If you are under WindowsXP there is no reasons why you wouldn't be able to stretch a single window across the three.

Now if you are running Linux that may complicate things, I wouldn't know.

Either way I don't think you can do something like this is pure processing, maybe through java, or make multiple applets and make a client/server setup and they send information to eachother so they can be synchronized...
Page Index Toggle Pages: 1