Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 886 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 886 Bytes

egui_webview

egui_ver Latest version Documentation unsafe forbidden License

egui_webview

This is a proof of concept of how a webview crate for egui could look like. It works by taking a screenshot of the webview and rendering it as an egui texture whenever something is shown above the webview.

For this to work this screenshot PR on wry would be required: tauri-apps/wry#266