Theodore Watson
Theodore Watson
Not sure what changed in the last few days, but the 3DPrimitivesExample is rendering black in emscripten. Works fine on desktop builds though. You can see it in the gallery...
We now have a custom Github Action which builds examples listed and uploads them to the website. at: https://openframeworks.cc/examples/ I have a few listed for now at: https://github.com/openframeworks/openFrameworks/blob/master/scripts/ci/emscripten/examples_to_build.sh#L5-L21 But it...
Currently you have to allow auto-play via browser settings ( either globally or on the browser settings for your website ) to get video playback working. However on mobile these...
I think this will solve the Project Generator issue as you would move the whole of_release_xxx folder out of the mounted dmg to your filesystem. That would remove the translocation...
Currently all Emscripten builds produce the same sort of html output. We've been discussing having Debug show the current view, but Release builds being full window by default. Something like...
At this point it is a much easier IDE to setup and use, but the documentation for getting it working and the way it's a hidden option in PG adds...
Android is so out of date right now that I don't think you can do much with the nightly builds. Github Actions is disabling the Ubuntu 18.04 runner so CI...
A good test case for this is the `examples/math/particles` example Didn't have this issue with Xcode 12/13. I tried: - switching the Xcode project format to 11/12/14 - simplifying the...
just wondering how much Ghost was being used in ofxFenster and how hard it would be to replace it with something else. because Ghost is GPL it makes ofxFenster GPL...
Currently if you add vscode template it removes the VS / Xcode etc args - this mean nightly builds are missing project files. See: https://github.com/openframeworks/openFrameworks/issues/7856