andychase / gbajs2

gbajs2 is a Game Boy Advance emulator written in Javascript from scratch using HTML5 technologies like Canvas and Web Audio. It is freely licensed and works in any modern browser without plugins.
https://andychase.me/gbajs2
BSD 2-Clause "Simplified" License
212 stars 76 forks source link

Mobile interface #7

Closed andychase closed 4 years ago

andychase commented 4 years ago

There is a pretty good implementation of it here:

https://github.com/trentmercer/gameplayadvanced

I have been working with some of these changes locally. I do think the style of it could be improved. Also if there could be a way of allowing someone to drag their finger to change which dpad input they are putting in (currently only taps work)

@trentmercer are you interested in trying to merge your changes in?

ghost commented 4 years ago

Would love to help out if I get some time this weekend

On Sat, Sep 5, 2020 at 8:14 PM Andy Chase notifications@github.com wrote:

There is a pretty good implementation of it here:

https://github.com/trentmercer/gameplayadvanced

I have been working with some of these changes locally. I do think the style of it could be improved. Also if there could be a way of allowing someone to drag their finger to change which dpad input they are putting in (currently only taps work)

@trentmercer https://github.com/trentmercer are you interested in trying to merge your changes in?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/andychase/gbajs2/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALFPWKJFONYLKJJLTYTM5O3SELH7XANCNFSM4Q3SIBBA .

andychase commented 4 years ago

Duplicate of #13