Zack Lee
Zack Lee
I figured out what was causing it and how to fix it. **- The Problem** It seems like ofiOSWindowSettings::setupOrientation was added in ofAppiOSWindow.h at some point since OF 0.9.x. (It...
Hi, This is what I got when I run your code using the latest nightly build from today. I used iPhone 8 plus Simulator using Xcode 9.2. EDITED: @danoli3 Thanks,...
@danoli3 Yes, it looks the same when I tilt it.
@ofTheo I copied your code and now I could get the issue. I also used Xcode 9.2 with iPhone 8 Plus simulator on macOS 10.13.3
maybe this is not helpful but I got the following result when I run the same code (ofTheo's minimal example) using of_v0.9.8_ios_release. I could not see the black triangle but...
Thank you so much for your answer. I will report here if I succeed. P.S: It seems like there's at least one person who could compile libpd using Emscripten: https://www.reddit.com/r/puredata/comments/8g8ahc/libpd_compiled_to_llvmwasm_has_this_been_done_or/
I could successfully build `ofxPd/pdExample` project using Emscripten. Here are the steps I took: 1. Open `ofxPd/addon_config.mk` file and remove `-DLIBPD_EXTRA` flag from common `ADDON_CFLAGS`. 2. Remove `ofxPd/libs/libpd/pure-data/extra` folder. 3....
Okay, I could almost successfully build and run `ofxPd/pdExample` using Emscripten. Here are the full steps: 1. Download openFrameworks nightly from https://openframeworks.cc/download/ 2. Download ofxPd and put it under `OF/addons`...
Sorry, I believe it is currently not possible to use ofxOpenCv or any other addons in Ofelia. You can create Lua bindings for any addons and build the Ofelia external...
Adding addons to Ofelia external is not in the build instructions since it's not that simple. That's why I said I hope to find an easy way for users to...