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
It would be nice to have an example of rendering a Diagram into a window within a Gtk or Qt application. I haven't used either toolkit enough to know what's necessary. Is the Result GLFW.Window -> IO () sufficient, or is the Window type too restrictive?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is what you're asking, but in GTK the right place to load images is on a DrawingArea.
I've been animating things in Gtk using the Chart library, and there they have an 'updateCanvas' function which loads the desired image into a drawing area. Everything else you might want to do in Gtk can be built around that.
It would be nice to have an example of rendering a Diagram into a window within a Gtk or Qt application. I haven't used either toolkit enough to know what's necessary. Is the Result
GLFW.Window -> IO ()
sufficient, or is theWindow
type too restrictive?The text was updated successfully, but these errors were encountered: