gluxon / DriverStation.js

An open source alternative FRC Driver Station
Mozilla Public License 2.0
35 stars 5 forks source link

Update node-sdl #8

Closed gluxon closed 9 years ago

gluxon commented 11 years ago

node-sdl provides cross-platform joystick recognition. It is outdated, and needs to move from node-waf to node-gyp.

https://github.com/creationix/node-sdl/issues/12

bored-engineer commented 10 years ago

Project appears to be dead, any alternatives that are actively maintained?

Freezerburn commented 10 years ago

Hey @gluxon and @innoying , while creationix no longer seems to have the time to maintain this, he has given me collaborator rights on the project. I have just merged in code that updates the bindings to wrap almost all of the SDL2 functions. Though most of it is untested. I would definitely love to get merge requests!

...and I just realized this is an issue on an unrelated project. Sorry to clutter up your issue.

gluxon commented 10 years ago

@Freezerburn That's perfectly alright. Thanks for letting us know! I'll try to create a pull request if I'm free.

gluxon commented 9 years ago

Closing as invalid due to alternative solution in https://github.com/gluxon/DriverStation.js/pull/13