MatrixTurtle

Results 5 comments of MatrixTurtle

@mrousavy Well, I can't build my frame processor plugin because of this. I have to write it in Objective-C++ (.mm) because of a dependency. Is there a way to make...

> Ahh, now I get it. I thought you were including `FrameHostObject.h` yourself. Yeah, sorry for the confusing description. I'll just build the plugin in Swift and write necessary methods...

The only reason I need to use Objective-C++ at all is because I need the OpenCV framework, which only seems to work with Objective-C++ as of now. I'm glad you're...