Gameboy emulator written with ebiten and running in the browser #1875
ArcticXWolf
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
first of all thanks for this great project! :)
I just wanted to show off a learning project of mine that was made possible with ebiten: AXWGameboy (Try it here in your browser)
It is a Gameboy/Gameboy Color emulator written in golang. It was cross platform in the past but because I had multiple problems adding meaningful UI elements to mobile platforms I switched to webassembly only. Nice sideeffect: everyone can try it in their browser without downloading anything. Almost all features of the GB and GBC are implemented except some bugs and everything to do with networking (link cable and infrared). Typical games like Pokemon, Mario, Zelda, Metroid, etc run without problems.
A small list of how ebiten made it great to develop with it:
Things learned:
If you have any ideas or improvements, feel free to comment here or open an issue :)
Source: https://github.com/ArcticXWolf/AXWGameboy
Try it live: https://arcticxwolf.github.io/AXWGameboy/
Best,
ArcticXWolf
Beta Was this translation helpful? Give feedback.
All reactions