Jump to content

[SOLVED] Multi-monitor


photo

Recommended Posts

We want to achieve a multi-monitor application with a variable monitors number. Also, we want to change between :

 

- extended view (only one player) with one gui.

- independent views (one player for each monitor) with independent gui for each monitor.

 

We have tried AppWall, AppSurround, and AppProjection, but these plugins only have one player.  

 

Is it possible to have the possibility of change dynamically between extended view (plugin normal operation mode) and independent views on each monitor (one player for each monitor)?

 

Any suggestions?

 

Thanks in advance. 

Link to comment

Hello, David.

 

I think it's better to write a custom C++ plugin which will render scene several times from different players and will set that images to the monitors correctly. So it might be a good thing to look inside AppPanorama and AppWall source files just to get the idea how to implement this.

 

Also, you can setup different PCs and use Syncker (https://developer.unigine.com/en/docs/1.0/scripting/scripts/systems/unigine_syncker/)

Link to comment
×
×
  • Create New...