An updated proof-of-concept for a versatile standard for driving computer peripherals via HID.
- Zig 69.1%
- Lua 30.9%
|
|
||
|---|---|---|
| devices | Add Arctis Novas 3 Wireless & text component, | |
| src | Update to Zig 0.16.0 | |
| .gitignore | Add settings | |
| build.zig | Update to Zig 0.16.0 | |
| build.zig.zon | Remove empty devices | |
| Meta.lua | Add Arctis Novas 3 Wireless & text component, | |
| README.md | Add screenshot | |
| screenshot.png | Add screenshot | |
OpenPeripheralsLua
An updated version of OpenPeripherals proof-of-concept for a versatile standard for driving computer 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).