fiorina
Junior Member
Offline
Posts: 51
large p5 screen?
Sep 14th , 2009, 4:08am
Hello, I'm mucking around with drawing sketches in processing... I'll just preface this by saying I notice how a lot of processing sketches kick in at around size(400, 400)... Obviously this is easy to display online and is good for processing speed etc... But what if you wanna do super large stuff? I'm having fun playing around in little drawing programs I've made. It's fine at 400,400, but then what if you want to up the resolution, to something massive? I was reading about exporting to PDF, so potentially you could do 3000 x 5000 - but this only makes sense to me if the computer is doing all the drawing. If I run a sketch at size(3000, 5000), there is no ability to scroll in the screen when you are drawing... Is it possible to scroll a window of a running processing sketch? Mainly I am think about this for resolution. Drawing a 400 x 400 image is a pretty crumby res. But how can I use the screen with very high res as a painterly canvas if I can't navigate it? Will I have to build my own scroll bars into the program? I am thinking, it would be great to do paintings with processing, and print them out at high-resolution, but I would mos-def need an ability to at least scroll around the application window, or potentially zoom out and move to another area of the canvas. Standard photoshop procedure I know. Hold space to scroll, Command minus/plus to zoom... If anyone has any hot tips I would greatly appreciate. Otherwise even when I tried to print to PDF in a small size with a drawing program, the PDF didn't seem to maintain transparency... Thanks, matt