How is the Glfw transparent window #36
Replies: 2 comments
|
You are doing everything correct. When I copy paste your example code into an empty project, transparency works fine for me. If its any help, you can look at the glfw code at https://github.com/coderedart/egui_overlay/blob/master/crates/egui_window_glfw_passthrough/src/lib.rs#L122
Its hard to pinpoint any issues without knowing your platform details. |
|
I really appreciate the answer and the links! Ill try to play around with everything for a bit, maybe i'll find a solution. |


You are doing everything correct. When I copy paste your example code into an empty project, transparency works fine for me.
If its any help, you can look at the glfw code at https://github.com/coderedart/egui_overlay/blob/master/crates/egui_window_glfw_passthrough/src/lib.rs#L122
The only differences are:
Its hard to pinpoint any issues without knowing your platform details.
For Microsoft Windows, there's often issues with drivers. Another similar overlay has a decent troubleshooting guide for…