-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Transparent Windows #224
Comments
In windows |
All windows in floem are transparent by default |
Okay!, thanks i will try it. Floem have better performance than other options like tauri? |
Can you share what you end up with here once you got something transparent working. I'd love to use it too and maybe add it to the examples too |
Can you share the code for the transparent window? |
This is what an example doit in tauri, i am trying to make it work with floem, but at the moment i could not doit |
@GPeaky the issue is here Line 99 in 7e78abb
The issue is that vger auto selects the blend mode for the alpha channel and by default sets it to opaque and makes it so that windows aren't transparent. On macOS i need to change this to PostMultiplied in order to get it to work. This should be fixable in a configurable way but I'm not sure how |
After changing to PostMultiplied and setting my backround color to have a 70% alpha. I think this setting is platform dependent. @dzhou121 might know more |
Hello, i am making a desktop app that need some windows in transparent mode because they are builded above of a game. Making like an external overlay and i don´t actually know if floem have support for it
The text was updated successfully, but these errors were encountered: