How is the Glfw transparent window #36
-
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
I really appreciate the answer and the links! Ill try to play around with everything for a bit, maybe i'll find a solution. |
Beta Was this translation helpful? Give feedback.
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…