ofxMSACore icon indicating copy to clipboard operation
ofxMSACore copied to clipboard

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

Results 1 ofxMSACore issues
Sort by recently updated
recently updated
newest added

I hit an issue installing ofxMSACore. I had to "#define M_PI 3.14159265358979323846" to get it to compile. It looks like M_PI was once defined outside of MSA addons. Has this...