2bit
2bit
@dimitre I try to supress warnings, but I can't decide what is correct way in many situations. I think, rest of warnings are from gaps between C++ types and OpenGL...
`AVCaptureDeviceDiscoverySession` is from 10.15. Will we remove target before 10.15? isn't currently deployment target 10.9? If we support old macos (< 10.15), I recommend to use available macro like: ```...
@roymacdonald sorry. I didn't explain it enough. I thought to need some policy about performance tuning. for example, about avoiding temporary copy of `std::shared_ptr`: about `ofMainLoop::addWindow`, I think @dimitre 's...
@roymacdonald I completely agree what you say. Maybe we can't decide rules definitely, and we need to try to implement some cases and watch that's result. (so, I thought is...
@dimitre yes, I was also worried about deprecating. I will mark it and update PR soon.
@dimitre oh yeah? I already marked it as deprecated...? (in header file)
@dimitre oh... `ofxAccelerometer` defined as global variable, and it is declare as `extern`. (because ofxAccelerometer.h is common interface for accelerometer on ofxAndroid and ofxiOS, maybe...?) maybe it will be fix...
I didn't know... https://github.com/openframeworks/projectGenerator/blob/64aa630c66eeb8da26c2d5e875eb060fd370b2dd/frontend/index.js#L81-L89 https://github.com/openframeworks/projectGenerator/issues/62
ping @arturoc @ofTheo