lapce / floem

A native Rust UI library with fine-grained reactivity
https://lap.dev/floem/
MIT License
3.06k stars 133 forks source link

Request: Expose Raw Window #680

Open aernom opened 2 weeks ago

aernom commented 2 weeks ago

Hello guys, i'm happily experimenting with Floem and i find it an excellent library. One feature that could be useful is to have access to the raw window. It would allow to interact with it in various ways (for example to apply transparency effects with the window_vibrancy crate and adapt more to the system ui).

Thank you so much for the excellent work!