13thsymphony / HDRImageViewer

UWP app to view high dynamic range (HDR) and wide color gamut (WCG) images.
https://13thsymphony.github.io/
MIT License
76 stars 21 forks source link

[Request] Xbox port #39

Open miguedevel opened 3 years ago

miguedevel commented 3 years ago

Is it possible/feasible to do a port for Xbox?

13thsymphony commented 3 years ago

Unfortunately this requires using private/undocumented APIs to register as a UWP app that can drive an HDR10 signal. You can find them online; however, this will never pass Store certification so it would be a developer tool only.

13thsymphony commented 1 year ago

Did some initial prototyping just with getting the SDR/basic app running on console. I am stuck on some very opaque errors on launch/app activation of the DXRenderer component which will require more debugging. I don't expect to have to look more for the time being.