Forum Archive

Can Pythonista run Java? -emulating a GameBoy Color

Drizzel

As @mikael already pointed out, no Pythonista user should get bored during quarantine :)
So I thought I might try to code a ui around some gameboy color emulator coded by somebody else. It seems like I can pretty much trash this attempt, and it was the only working emulator in Python I found.

Is it possible to somehow implement https://github.com/taisel/GameBoy-Online in Pythonista? It's written in Java. I know this question is a bit broad, but I don't really know where to start... I've thought about presenting their html in a webview, but I got no idea how to pass data (which buttons are being pressed) from python to html.
Any directions would be welcome :)

Drizzel

Even though the documentation claims that it won't run on iOS, https://github.com/gameplaycolor/gameplaycolor is a functioning implementation.