https://github.com/ossia/libossia
A modern C++, cross-environment distributed object model for creative coding and interaction scoring
https://github.com/ossia/libossia
c-plus-plus-14 creative-coding floss midi open-sound-control osc oscquery ossia
Last synced: about 1 month ago
JSON representation
A modern C++, cross-environment distributed object model for creative coding and interaction scoring
- Host: GitHub
- URL: https://github.com/ossia/libossia
- Owner: ossia
- License: lgpl-3.0
- Created: 2014-02-04T17:27:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:30:11.000Z (7 months ago)
- Last Synced: 2024-10-29T18:48:05.034Z (7 months ago)
- Topics: c-plus-plus-14, creative-coding, floss, midi, open-sound-control, osc, oscquery, ossia
- Language: C++
- Homepage: https://ossia.io
- Size: 34.3 MB
- Stars: 206
- Watchers: 29
- Forks: 33
- Open Issues: 173
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
libossia
===libossia is a modern C++, cross-environment distributed object model for creative coding.
It allows to declare the architecture of your creative coding application's functions as a **tree of OSC nodes and parameters**. These nodes/parameters can have attributes, which allow to declare many of their properties, such as their values, types, units, ranges, etc....
This OSC tree-based architecture (coined "device" in the OSSIA terminology) can then be exposed over the network under several protocols, some of which allow this architecture, and the properties and values of its nodes, to be fully explored and queried. For now, protocols available in the implementations are: plain OSC, OSCquery, and Minuit - more are part of libossia and will be made available in the future.
libossia offers bindings and implementations for several environments: PureData, Max/MSP, Python, C, C++, openframeworks, Unity3D, QML, Faust, SuperCollider.
You can find some documentation for the library and its various implementations is at https://ossia.io
Please feel free to ask questions on the [forum](http://forum.ossia.io/c/libossia), or to come and chat with us ! [](https://gitter.im/ossia/libossia?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
More about the general project at: https://ossia.io
Download & Build Status
=======================
* Latest release : https://github.com/ossia/libossia/releases/latest| Binding | Build Status | Latest Build from Master Branch |
|-|-|-|
|| [](https://github.com/ossia/libossia/actions/workflows/ossia-max.yml) | https://nightly.link/ossia/libossia/workflows/ossia-max/master/ossia-max.zip |
|| [](https://github.com/ossia/libossia/actions/workflows/ossia-pd.yml) | |
|| [](https://github.com/ossia/libossia/actions/workflows/ossia-unity.yml) | |
| | [](https://github.com/ossia/libossia/actions/workflows/benchmarks.yml) | |
| | [](https://github.com/ossia/libossia/actions/workflows/doc.yml) | |
| | [](https://github.com/ossia/libossia/actions/workflows/coverage.yml) | |
| Coveralls | [](https://coveralls.io/github/ossia/libossia?branch=master) | |Documentation
=============
* [Lib and Implementations](https://ossia.github.io/ossia-docs)
* [Examples](https://github.com/ossia/libossia/tree/master/examples)
* [Doxygen](http://ossia.github.io/libossia/html)
* [Building](https://github.com/ossia/libossia/wiki/Building)
* [Code style](https://github.com/ossia/libossia/wiki/Code-style-guide)License
=======
Available under both LGPLv3 and CeCILL-C[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FOSSIA%2Flibossia?ref=badge_shield)