hchiam / trysterollup

trysterollup - make serverless multiplayer web games, with the Gamepad API, plus WebRTC via trystero, rolled up in a convenience wrapper game controller
MIT License
2 stars 0 forks source link

make it easy to tell users what button maps to what control #10

Closed hchiam closed 2 weeks ago

hchiam commented 3 weeks ago

the js object's button array and axes array don't seem to have names in them (at least for my controller), so should help make it easy for devs to communicate with players and let them remap

e.g. something like powering a bunch of indicators on the screen that respond to button/joystick events so users can remap and rename them from the game ui?

ideally this trysterollup library can make it easier to do that

wait for https://github.com/hchiam/trysterollup/issues/3 to be done setting up before starting on this