#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

#9 in #wii

Download history 6/week @ 2024-02-23 5/week @ 2024-03-01 1/week @ 2024-03-08 1/week @ 2024-03-15 50/week @ 2024-03-29 7/week @ 2024-04-05

57 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