Okabintaro / nosc

Open Sound Control in pure nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nosc

Github Actions

API reference

About

A pure nim implementation of the OSC(Open Sound Control) 1.0 protocol.

NOTE: Still Work in Progress. See Tasks/WIP section below.

Features

  • Parsing and writing of OSC messages
  • Supports Nimscript and Compile-Time execution
  • Reasonably well tested

Tasks/WIP

This module is still work in progress and my first big nim project. It needs some more work to be done, specifically parsing and writing of bundles and the matching of addresses. Furthermore, I want to test it more, create python bindings and need to improve the documentation.

Take a look at TODO.md for a list of next steps.

Attribution

All of those are made by treeform and are licensed under the MIT license. See the LICENSE.treeform file for the full license.

License

This project is licensed under the MIT license. See the LICENSE file for the full license.

About

Open Sound Control in pure nim

License:MIT License


Languages

Language:Nim 90.7%Language:Python 9.3%