nimosc

A wrapper around liblo for the Open Sound Control (OSC) protocol

Wrapper score 15/100 · tests present · no docs generated

Wraps a native library — check OS Compatibility below for platform-specific linking notes.

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install nimosc
choosenim install nimosc
git clone https://github.com/Psirus/NimOSC

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
nimosc - - - - - - -

Source

Repository https://github.com/Psirus/NimOSC
Homepage https://github.com/Psirus/NimOSC
Registry Source nimble_official

README

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.