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 0.1.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-01 07:18

Authors

  • Christoph Pohl

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 - - - - - - -

Dependencies

Package Version Optional
nim >= 1.0 No

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.