jaburns / NintendoSpy

Live controller viewer for Nintendo consoles. Includes viewer application for Windows, and Arduino sketch for hardware interface.
MIT License
252 stars 85 forks source link

Question about a skin feature #66

Closed TheGloriousArgonaut closed 3 years ago

TheGloriousArgonaut commented 5 years ago

Is there any way to make a transparent skin for the overlay, by not using a chroma key?

I'd like to have the input display on a top window above my dolphin window so I can actually see my inputs in real time without the input window blocking too much screen space.

Is this possible?

I already tried making the default background Tron skin transparent in CS6 but then the transparent .png is rendered as pure white in the application.

Basically is there any way for the window to be opaque or transparent so I can put it on top of my actual dolphin window and see through it to the game? Obviously the windows window will still be seen but trying to make it as 'see through' as possible?

jaburns commented 3 years ago

It should be possible but would definitely require code changes. Unfortunately I'm not actively developing this project but PRs are welcome.