An updated proof-of-concept for a versatile standard for driving USB/Bluetooth peripherals via HID.
- Zig 84.7%
- Lua 15.3%
|
|
||
|---|---|---|
| devices | ||
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| Meta.lua | ||
| README.md | ||
OpenPeripheralsLua
An updated version of OpenPeripherals proof-of-concept for a versatile standard for driving USB/Bluetooth peripherals via HID.
Building
You need the libusb and luajit system libraries installed in order to build
this project. You can then run zig build to compile it.
Currently, this has only been tested on Linux, and so may not build/work on
other systems (yet).