Download List

專案描述

libwiiremote is a multi-platform C library for communicating with the Nintendo Wii Remote. This library supports Win32, Linux and Mac OS X. There are ruby binding and java binding.


System Requirements

System requirement is not defined

發布 2008-02-18 16:41
libwiiremote-ruby 0.1.6 (1 files 隱藏)

發布版本通知

0.1.6:
* Renamed WRMT::update() to WRMT::update_all()
* Added WRMT::WiiRemote#update()
* Added WRMT::WiiRemote#play_sound()
* Added WRMT::WiiRemote#buttons()
* Added WRMT::WiiRemote#motion_x()
* Added WRMT::WiiRemote#motion_y()
* Added WRMT::WiiRemote#motion_z()
* Added WRMT::WiiRemote#ir_found()
* Added WRMT::WiiRemote#ir_size()
* Added WRMT::WiiRemote#ir_x()
* Added WRMT::WiiRemote#ir_y()

更動紀錄

2008-02-17 SAWAI, Masahiko <say@users.sourceforge.jp>

* README: Added some documents.

2008-02-14 SAWAI, Masahiko <say@users.sourceforge.jp>

* wiiremote-ruby.c:Renamed WRMT::update() to WRMT::update_all().

* wiiremote-ruby.c:Added WRMT::WiiRemote#update().

* wiiremote-ruby.c:Added following accessor methods.
- WRMT::WiiRemote#buttons()
- WRMT::WiiRemote#motion_x()
- WRMT::WiiRemote#motion_y()
- WRMT::WiiRemote#motion_z()
- WRMT::WiiRemote#ir_found()
- WRMT::WiiRemote#ir_size()
- WRMT::WiiRemote#ir_x()
- WRMT::WiiRemote#ir_y()

* wiiremote-ruby.c:Added WRMT::WiiRemote#play_sound().