#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

#10 in #wii

Download history 10/week @ 2024-02-25 1/week @ 2024-03-03 2/week @ 2024-03-10 56/week @ 2024-03-31 1/week @ 2024-04-07

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