Skip to content

RedIODev/Cwiid-rs-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cwiid Library for Rust

This library provides an api to communicate with the Nintendo Wii Wiimote.

The library is based on the Cwiid C library.

Currently only the Wiimote itself is supported but accessories are planned for future versions.

The current version is an untested alpha release. Nothing is tested and documented.

The core struct of this library is the WiiMote struct. It represents 1 Wiimote control per instance. A new controller can be connected by calling either WiiMote::new() to get the a randomly selected Wiimote or the WiiMote::find(..) function to find a specific Wiimote.

About

A safe api around the raw bindings of Cwiid-rs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages