Skip to content
Snippets Groups Projects
README.md 890 B
Newer Older
Michael Zbyszyński's avatar
Michael Zbyszyński committed
**RAPID-MIX API** is an easy-to-use toolkit designed to make sensor integration, machine learning and interactive audio accessible for artists, designers, makers, educators, and beginners, as well as creative companies and independent developers.
Michael Zbyszyński's avatar
Michael Zbyszyński committed

Michael Zbyszyński's avatar
Michael Zbyszyński committed
It has been built with RAPID-MIX technologies, that make it easy to combine sensor data, machine learning algorithms and interactive audio. They provide a full set of functionalities for cross-device and cross-platform development, modular components, and cloud-based services and multimodal data storage.

## Dependencies
Use `git submodule init` followed by `git submodule update` to pull the following library dependencies.  
1. RapidLib
2. XMM
3. GVF
Michael Zbyszyński's avatar
Michael Zbyszyński committed
4. RepoVizz2 Client

Michael Zbyszyński's avatar
Michael Zbyszyński committed
## Testing   
Michael Zbyszyński's avatar
Michael Zbyszyński committed
We are using Catch for C++ testing. Look at the test fixtures in the /tests/test_projetc/test_project.xcodeproj for an example of how to implement them.