ダウンロードリスト

プロジェクト概要

WiiRemote access Library for Proce55ing

  • If you are not Japanese see here

==

Wiiリモコン(ヌンチャク・クラコン・ギター)およびバランスボードとインタラクション出来るライブラリー(Wrj4P5)を含む、Processingで利用可能な軽量のクラスライブラリーを逐次公開しています。(最新情報はWikiページへ)

公開中のパッケージは、

  • Wrj4P5:Wiiリモコンアクセスライブラリー
  • Loc  :3Dプリミティブ、汎用幾何・線形代数・一般方程式系モデルライブラリー
  • l4P5 :ProcessingのスケッチにLocの3Dオブジェクトで描画するユーティリテー群

サンプルスケッチはClassiclll's Proce55ing Test Page

システム要件

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

リリース時刻: 2008-01-17 23:40
wrj4p5 alpha-004 (2 個のファイル 非表示)

リリースノート

Wrj4P5 alpha-004 released!

[note]
WiiRemoteJ v1.2 released
see http://www.wiili.org/forum/wiiremotej-tips-t2815.html
1. a workaround in WiiRemoteJ to avoid a bug in BlueSoleil
2. new support of WiiGuitar

so, Wij4P5 support WiiGuitar too,
and, BlueSoleil(BTstack for windows) + BlueCove2.0.2 may be run well
* a functinality of WiiGuitar support is not tested because i have not the WiiGuitar

[added]
public class PApplet {
void guitarPressed(GuitarEvent ev, int rid)
void guitarReleased(GuitarEvent ev, int rid)
}

public class Wrj4P5 {
//added
WiiGuitar guitar
WiiGuitar guitar(int rid)
}

public class WiiRimokon {
//added
WiiGuitar guitar
}

public class WiiGuitar {
Loc stick // latest sensed 2D(Loc) location(%) of the stick.
float whammy // latest sensed pressure(%) of the WhammyBar.
}

public class GuitarEvent {
final static int BLUE
final static int GREEN
final static int ORANGE
final static int RED
final static int STRUM_DOWN
final static int STRUM_UP
final static int YELLOW
final static int MINUS
final static int PLUS
//
boolean isAnyPressed(int button)

boolean isOnlyPressed(int button)
boolean isPressed(int button)
boolean wasOnlyPressed(int button)
boolean wasPressed(int button)
boolean wasReleased(int button)
Loc getStick() // get the current stick 2D(Loc) position. (-1 to 1)
float getWhammyBar() // get the current amount the whammy bar is pushed. (0 to 1)
}

変更履歴

変更履歴はありません