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