Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
/ lua-xwiimote Public archive

XWiimote bindings for Lua 5.3, originally made for linuxmotehook

License

Notifications You must be signed in to change notification settings

v1993/lua-xwiimote

Repository files navigation

lua-xwiimote

This is XWiimote bindings for Lua 5.3.

This library allow you to use Linux XWiimote stack in your Lua application. It binds all functional of the first. Visit our wiki for more details on usage.

Notes

While this is completely standalone library, you may wish to use poll from luaposix or Gio.UnixInputStream from lgi to get noticed when events become available to read to avoid overloading your CPU and/or blocking the flow of application. Many of examples use Gio.UnixInputStream for this very reason.