ダウンロードリスト

プロジェクト概要

Nintendo Wii 用のコントローラである Wii リモコンをPCから扱うためのライブラリ.
Win32,Linux,Mac OS X等のプラットホームをサポートし,各プラットホームでソースレベルの互換性を提供する.Ruby,Javaへのバインディングもあります.

システム要件

システム要件が設定されていません

リリース時刻: 2008-02-18 16:41
libwiiremote-ruby 0.1.6 (1 個のファイル 非表示)

リリースノート

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().