We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I am having no trouble creating a display window bigger than my monitor's size. This is a good thing because I need quite a bit of resolution in my sketch. I am wondering if there is a way to get the window to fit the screen but with scrollbars like any other window (including the processing IDE window!). I could map the image down to the computer's screen size, but I'd really like to be able to keep the resolution and navigate around the image.
I know I could create my own solution using a GUI library and etc., I'm just wondering if there's a hack (or even something in the reference that I couldn't find) that would be quick and dirty (perhaps boring down into Java, which I don't really know).
I'm running Processing 2.0 on a Mac with OS 10.6.8.
Thanks in advance for any advice.
Answers
You might want to check this out for how to set a full screen of the sketch http://wiki.processing.org/w/Window_Size_and_Full_Screen. Also to set the image to scroll go http://www.openprocessing.org/search/?q=parallax there are plenty examples about parallax and scrolling.
Great pointers; huge thanks!