Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 791 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 791 Bytes

xwiimote

Crates.io docs.rs Build status

Idiomatic Rust bindings to the xwiimote user-space library.

Usage

You will need the following dependencies to build and use the library:

  • libudev >= 183
  • libxwiimote >= 2-2 (optional; set XWIIMOTE_SYS_STATIC=1 to build from source and link statically.)

The wiinote application showcases the functionality provided by this library.

License

MIT © Hugo Sanz González