Replies: 1 comment 2 replies
-
No it is not possible. Ebitengine just provides an X window for an application and doesn't provide a UI part of a GTK window. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While learning Ebiten I see that it creates its own OS window and drawing area automatically takes the whole area. However, I would like to use a GTK3/GTK4 toolkit to create my own window with features like HeaderBar, etc; and I wish Ebiten uses only a part of the window, so I'm able to use native UI elements (tabs, buttons, dropdowns, etc.).
Is it possible to achieve that? For example, to build a 2 columns layout with Ebiten canvas on the left side and GTK UI elements on the right side.
Beta Was this translation helpful? Give feedback.
All reactions