Has anyone tried to create a project that plays across multiple monitors?
I’m trying to create a kiosk project that allows interaction by the user on monitor A that controls animation on monitor B. This project is playing locally off of a Mac mini, so I have complete control of the setup. Monitor A is a touchscreen and monitor B is a projector.
The monitors have different resolutions (1920x1080 main screen, 1024x768 second screen), so I’m not sure that I could have one large canvas. I thought about two separate projects, but I don’t think that I could communicate between two windows. I have a Brightsign network video player that accepts commands via serial or UDP, but I have no idea if I can even send those commands to it via Javascript. Any ideas on how to accomplish this? It has certainly got me scratching my head.
Thanks for any suggestions.