mirror of
https://github.com/Psirus/NimOSC
synced 2026-01-14 03:11:38 +00:00
No description
| .github/workflows | ||
| tests | ||
| example_client.nim | ||
| LICENSE | ||
| nimosc.nim | ||
| nimosc.nimble | ||
| README.md | ||
NimOSC
A small wrapper around liblo for the Open Sound Control (OSC) protocol.
Very much WIP, but you can check the example_client.nim for, well, an example OSC client.
Of coures, you need to have liblo installed, under Debian/Ubuntu:
sudo apt install liblo-dev
To run the tests, the oscdump tool is used. This is part of the liblo-tools package under Debian/Ubuntu.