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

Latest commit

 

History

History
8 lines (5 loc) · 648 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 648 Bytes

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.