Full-screen with two screens in ruby-processing on linux
in
Processing with Other Languages
•
2 years ago
I'm trying to use full screen for ruby processing on linux. Running full screen avoids a bug that crashes all rp5 applications. I'm using full_screen => true as in this example:
http://learning-ruby-processing.blogspot.com/2009/09/more-complicated-sierpinski.html
However, because I have two monitors the sketch appears centred between the two and only one of the screens is "full screened." This means any graphics are centred in the middle of my two screens and nothing is shown on the right screen, just the left where I can see just the left part of the sketch.
Has anybody done this before? I've been googling for a long time but can't find any suggestions.
Thank you.
1