UI and multiple windows support/alternatives? #1831
Unanswered
ArcticXWolf
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Oh and concerning the first point:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, thank you for using Ebiten!
|
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.
-
Hey,
first of all thanks for this great project, it really helps a lot and I hope we can get more and more people to use golang for game development!
I am currently developing a Gameboy Color emulator and use ebiten to handle display, input and audio. My target platforms are:
Everything works really well, the emulation is 90% done (most games work) and it is also fast enough on all target platforms. However I now struggle to implement several "User Experience"-Features. Especially two aspects I do not know how to solve with ebiten:
And especially help to create text input with gomobile would be awesome, because AFAIK there is no way to trigger the android system keyboard from golang/gomobile. (File input I have been able to solve via a custom androidManifest and creating simple buttons for all files in question).
Thanks in advance on any tips or links and thanks again for such a cool project :)
Beta Was this translation helpful? Give feedback.
All reactions