Socket
Book a DemoInstallSign in
Socket

wii4r

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wii4r

0.5.0
bundlerRubygems
Version published
Maintainers
2
Created
Source

= Wii4R

Ruby C Extension for controlling Wii Remote devices via bluetooth connection. Binding of C wiiuse library (http://www.wiiuse.net)

== Install

$ make $ make install $ make clean

That should be all.

== Dependencies

  • wiiuse lib (http://www.wiiuse.net) (lacks of speaker support and small fixes)
  • wiiuse_fork (github) (lacks of speaker support as for now)

== Usage

require 'wii4r' include Wii

w = WiimoteManager.new w.connect w.poll do |(wiimote, event)| if event == :generic if wiimote.pressed? BUTTON_A puts "button a pressed!" end end end

See rdoc documentation at doc/ for more details

== Copyright Copyright (c) 2009 KzMz & BuZz.

LICENSE for details

FAQs

Package last updated on 01 Mar 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.