alexhaugland / moonlight-ios

GameStream client for iOS/tvOS
GNU General Public License v3.0
38 stars 10 forks source link

Bend or Curve Window for Large Desktop Resolutions #5

Open SocksHelp opened 8 months ago

SocksHelp commented 8 months ago

I use moonlight to stream my desktop with large resolutions like 8k. The sides of the window are too far to read comfortably.

Can we bend the MainContentView in half or in thirds? Can we toggle them without disconnecting?

Here is an example from Safari, but I do not want the spaces between.

image

taylorhadden commented 8 months ago

I would also like this, but it will likely have to wait until Apple makes this a feature of the native OS windows.

You could probably pull this off right now in immersive mode, but that would hide all other windows. Makes it kind of a non-starter.

SocksHelp commented 8 months ago

If we can use multiple windows in the app, can we mirror StreamView to separate windows?

I can open two instances of Moonlight on AVP and connect to two channels on Sunshine. I did negative padding to crop the view.