2008年2月20日 星期三

Managed Library for Nintendo's Wiimote

Managed Library for Nintendo's Wiimote 是一套攔截任天堂Wii Remote (或稱Wiimote)控制器的API,適用在Visiual Studio .Net下。原網頁備有 VB 和 C#的範例程式碼。

雖然Wiimote透過藍芽來連結,但若在Windows下,是被辨識為一個HID (Human Interface Device)的,所以開發時可以透過HID介面來溝通,而不必去實作藍芽的stack。(其實藍芽stack的程式開發我也不熟)

很方便的是,透過這套API,幾乎對Wiimote所有需要監聽的事件和裝置狀態的getter、及可對Wiimote下的命命,都實作出來了。所以後續要開發應該就顯得很輕鬆,不用再自己去找控制訊號了。
http://blogs.msdn.com/coding4fun/archive/2007/03/14/1879033.aspx
In this article, Brian Peek demonstrates how to connect to and use the Nintendo Wiimote from C# and VB.NET. The final output is an easy-to-use managed API for the Wiimote that can be used in any managed application.

沒有留言: