#bindings #api-bindings #wii #remote #wiimote #bindgen #cwiid

sys libcwiid-sys

Rust bindings for cwiid (Wii remote "Wiimote" api bindings)

18 releases

0.1.18 Dec 8, 2022
0.1.17 Dec 8, 2022
0.1.0 Nov 26, 2022

#4 in #wiimote

Download history 2/week @ 2024-06-07 2/week @ 2024-06-14

69 downloads per month
Used in cwiid

Custom license

270KB
9K SLoC

Rust 7K SLoC // 0.0% comments C 1.5K SLoC // 0.1% comments

Setup

Dependencies

(sudo apt) install libcwiid-dev
(sudo apt) install libbluetooth-dev
(cargo) install bindgen-cli

Bindgen

bindgen include/cwiid.h -o src/bindings.rs

Optional

uses cross compiler if CC_armv5te_unknown_linux_gnueabi is detected.

No runtime deps