You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run_native() doesn't make it easy to use RO refs (e.g. of a Document) in the closure. Because of that, I'm currently exposing DocumentData in the public API, but this should ideally be removed. Related issue: Allow the use of non-static App emilk/egui#2152
It's unclear to me how to handle error management in run_native()'s AppCreator function?
The text was updated successfully, but these errors were encountered:
vsvg-viewer
aims to offer a composable egui-based widget to displayvsvg_core::Document
in a GUI.Here is a random list of considerations:
show
command, the viewer must be able to run/shutdown multiple times during execution. Apparently, this isn't yet possible with eframe on mac: eframe: create multiple windows in sequence emilk/egui#1918run_native()
doesn't make it easy to use RO refs (e.g. of aDocument
) in the closure. Because of that, I'm currently exposingDocumentData
in the public API, but this should ideally be removed. Related issue: Allow the use of non-static App emilk/egui#2152run_native()
'sAppCreator
function?The text was updated successfully, but these errors were encountered: