boxart / boxart-boiler

A boilerplate for Responsive DOM based Open Web Games.
MIT License
13 stars 4 forks source link

Keyboard Helpers #31

Open mzgoddard opened 8 years ago

mzgoddard commented 8 years ago

React components to help move keyboard focus around in a 2d or 3d context. This needs to be more than tabbing through the page. 50 elements to tab through takes too much time, need to be able to WASD or arrow around child elements.

kadamwhite commented 8 years ago

Probably low priority if priority is linear; it's a nice-to-have given our current bandwidth. Were we to have more developers working on this, it would be a convenient API for us to provide; but it is not something that a BoxArt consumer would not be able to develop on their own, so other BoxArt core features should come first.