2

I am authoring a software that should work properly when a Windows environment has multiple displays attached to it.

Sadly, I only have a single monitor attached to my PC so I cannot easily test the software I am authoring.

Are there recommendations that would allow creating such virtual monitor devices and let me have multiple displays on my machine?

2 Answers2

1

Additional Windows displays (up to 4) can be easily create using the Spacedesk app.

Your Android/Apple smartphone, tablet or Windows 7/10 PC will be a real extended Windows displays. All regular functions for testing your app will work, including Windows Extended Desktop.

IGRIG
  • 182
1

Since 2022, it’s now possible with the new Microsoft Indirect Display Driver API, there are already a few tutorials and an open-source implementation. There are also closed-source (but free) implementations such as Amyuni’s.

gaborous
  • 2,102