Skip to content

Desktop: UI options: dialog boxes, GLFW, etc... #2394

Answered by tinne26
acacio asked this question in Q&A
Discussion options

You must be logged in to vote

I would avoid doing things separately on different windows. Do everything on Ebitengine, except for the file selection popup. The sad truth is that we don't have any great UI library (https://github.com/blizzy78/ebitenui is the best one but it's archived (EDIT: there's a new maintainer now!), so... it may help, but don't expect much support if you end up getting in trouble...), but there's a good reason for that: we haven't needed it that badly.

For what you want to achieve, the only annoying part to write is the file selector, and using a third party library like what Hajime suggested is not just a good way to go about it, but probably the best: delegate the task to the OS's native dialog

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@hajimehoshi
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by acacio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants