An open API service indexing awesome lists of open source software.

https://github.com/memo/ofxmsacore

A very lightweight C++ wrapper which maps basic types to allow tight integration with openFrameworks (www.openframeworks.cc) and Cinder (www.libcinder.org) - or potentially any other C++ frameworks. Used by most of my other ofxMSAxxx addons.
https://github.com/memo/ofxmsacore

Last synced: over 1 year ago
JSON representation

A very lightweight C++ wrapper which maps basic types to allow tight integration with openFrameworks (www.openframeworks.cc) and Cinder (www.libcinder.org) - or potentially any other C++ frameworks. Used by most of my other ofxMSAxxx addons.

Awesome Lists containing this project

README

          

ofxMSACore
=====================================

Introduction
------------
A very lightweight C++ wrapper which maps basic types to allow tight integration with [openFrameworks](www.openframeworks.cc) and [Cinder](www.libcinder.org) - or potentially any other C++ frameworks. Used by most of my other ofxMSAxxx addons.

Licence
-------
The code in this repository is available under the [MIT License](https://secure.wikimedia.org/wikipedia/en/wiki/Mit_license).
Copyright (c) 2008-2012 Memo Akten, [www.memo.tv](http://www.memo.tv)
The Mega Super Awesome Visuals Company

Installation
------------
Copy to your openFrameworks/addons folder.

Dependencies
------------
none

Compatibility
------------
openFrameworks 0072
I am generally testing only with [openFrameworks](www.openframeworks.cc), however it should work with [Cinder](www.libcinder.org) too. If it doesn't, please file an issue.

Known issues
------------
none

Version history
------------