ZackeryRSmith / bongocat-osu

An extensable and highly configurable Bongo Cat overlay
MIT License
2 stars 0 forks source link

Allow user to make the background transparent #11

Closed ZackeryRSmith closed 1 year ago

ZackeryRSmith commented 1 year ago

This was asked here: https://github.com/kuroni/bongocat-osu/issues/158#issuecomment-900815839

I think it's a good idea, transparent windows are implemented in SFML I'm pretty sure. I'll look into this!

ZackeryRSmith commented 1 year ago

Well... transparent windows aren't really supported in SFML. I can add it by implementing some stuff with the WinAPI (for Windows) and X11 (for Linux) but I don't think I will for a while. On OBS (and most streaming software) there is some chroma key feature. I'd set the background to a unique color and chroma key it out.