BillyDM / egui-baseview

A baseview backend for the egui Rust GUI library
MIT License
22 stars 17 forks source link

Add support for opening egui links in browser #12

Closed helgoboss closed 1 year ago

helgoboss commented 2 years ago

Here's a minimal implementation that simply follows the example of egui-winit.

However, this shouldn't be merged yet because it requires a change in the baseview crate. Without that, a BorrowMut panic occurs because opening the webbrowser shortly reenters the window procecure.

helgoboss commented 1 year ago

I will make a better PR as soon as https://github.com/RustAudio/baseview/pull/144 is accepted.