Output to multiple displays

Hello @jstarbell and @Flustered,

I was able to use Spout to direct several PGraphics to separate receiving sketches and display those on separate monitors.

These are all on one screen:

Adding fullScreen() with the display number to the receiving sketches directed it to separate monitors.

Reference:

Explore the examples that come with the Spout Library:

I used:

  • MultipleSpoutSenders
  • SpoutDataReceiver (receives one PGraphics to display)
  • SpoutDataReceiver 2 (copy of above sketch for the second PGraphics to display)

It was simple enough to do once you get familiar with Spout and examine the example code provided and modify as required.

Have fun!

:)

1 Like