-
dear of + rpi dev team,
thanks a great deal for your effort making oF hit the Rpi!
i have been testing and trying some stuff last weeks for a new project
today i did a git pull to get on track with …
-
i'm getting these
Build target example-ftw of project example-ftw with configuration Debug
CompileC /Users/apple/Library/Developer/Xcode/DerivedData/example-ftw-fcuvyzkmmpgpjhcfswgyzoucegah/Bu…
-
### TO DO
- test images on performance laptops which have 512 MB total VRAM
- running into error when building OSX 10.7 target:
```
CompileC /Users/ludimation/Library/Developer/Xcode/DerivedData/open…
-
I am using OF 0.11 on RPI 4 and get these errors which I do not get on macOS.
Will start poking around and see if I can figure this out.
`/home/pi/openFrameworks/addons/ofxTiming/src/FadeTimer.h…
-
Hello,
I try to run the code which is located in example-advanced folder of https://github.com/kylemcdonald/ofxFaceTracker with ` Visual Studio using openFrameworks plugin`. The example's addons.make…
-
I'm trying to compile this on 090 on OSX 10.11, but i get a long list of errors. Starting with
`clang: error: invalid deployment target for -stdlib=libc++ (requires OS X 10.7 or later)`
Fixing thi…
-
hey patricio,
I think you want to remove & ignore `config.make` as it sets your `OF_ROOT` to `/home/patricio/Desktop/openFrameworks`.
https://github.com/patriciogonzalezvivo/lygia_of_examples/bl…
-
This is for /example_dnn_face_recognition
```
home/nanu/visuals/openFrameworks/addons/ofxDlib/example_dnn_face_recognition/src/ofApp.cpp: In function ‘std::vector jitter_image(const dlib::matrix&)…
-
/home/chenxin/disk1/github/openFrameworks/addons/ofxTrueTypeFontUC/src/ofxTrueTypeFontUC.h:8:14: error: ‘string’ does not name a type; did you mean ‘stdin’?
8 | const static string OF_TTFUC_SANS …
-
Looks like we need Apple Developer / Distribution Signing @ofTheo
https://developer.apple.com/documentation/xcode/creating-a-multi-platform-binary-framework-bundle
This is only required for …