v1993 / lua-xwiimote

XWiimote bindings for Lua 5.3, originally made for linuxmotehook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

XWiimote bindings for Lua 5.3, originally made for linuxmotehook

License:MIT License


Languages

Language:C 93.7%Language:CMake 6.3%