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
Does anyone have some sample code they are willing to share that enables filament to render inside a GTK/gtkmm app? (on a GTK widget, not as a separate window altogether). I am aware of Gtk::GLArea, which will work to embed a filament view drawn with the OpenGL backend, but there does not seem to be anything out-of-the-box for Vulkan. I did find https://github.com/YoukouTenhouin/gtk-vulkan-demo/ which I may try to follow, but perhaps someone has already walked this road. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Does anyone have some sample code they are willing to share that enables filament to render inside a GTK/gtkmm app? (on a GTK widget, not as a separate window altogether). I am aware of
Gtk::GLArea
, which will work to embed a filament view drawn with the OpenGL backend, but there does not seem to be anything out-of-the-box for Vulkan. I did find https://github.com/YoukouTenhouin/gtk-vulkan-demo/ which I may try to follow, but perhaps someone has already walked this road. Thanks.Beta Was this translation helpful? Give feedback.
All reactions