Skip to content

kfish/elm-gamepad-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-gamepad Tester

This is a companion app for testing elm-gamepad. It shows the values of buttons and sticks of connected controllers.

Build locally

To view it locally, clone this repository and run elm-reactor:

$ git clone https://github.com/kfish/elm-gamepad-tester.git
$ cd elm-gamepad-tester
$ elm-install
# elm-make src/Main.elm --output target/elm.js

Then run a web server, such as:

$ python -m SimpleHTTPServer

and visit http://localhost:8000/

Installation

This package depends on elm-gamepad. which contains experimental Native code and is not yet whiteliested for inclusion in the Elm package archive. To build against elm-gamepad you will need to use an unofficial installer like elm-install

History

This app is inspired by the HTML5 Gamepad Tester.

The code for this app is derived from the elm-mdl Dashboard example by Ville Penttinen.

License

MIT Licensed, see LICENSE for more details.

About

Displays info about connected gamepads, as elm-gamepad values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published