-
Would be useful for other projects which might use OF internally.
We would ship an xcode project which would compile and build a .framework.
When we add 64 bit support we could have a 32bit and 64b…
-
The example `examples/input_output/imageLoaderWebExample` throws this error after startup:
ofImage: loadImage(): couldn't load image from ""http://images.wildmadagascar.org/pictures/bemaraha/ts…
-
Qt's multimedia framework is a bit of a disaster. It's a wrapper around each OS's native multimedia APIs, so it gives different results on different platforms. For example on Windows you have to insta…
vilya updated
5 years ago
-
Something in visual studio is still utilizing the 2013 c++ packages, I tried installing an exhibit only to be greeted by a vcomp120.dll missing error. All one has to do is download the redistributable…
-
I'm using OpenFrameworks v0.9.3 on a Raspberry Pi 3, and the shader examples don't work out of the box, failing with the following message:
```
[ error ] ofShader: sorry, it looks like you can't run …
-
Hello everybody,
I've been making some upgrades to ofxImGui lately and would love to get some feedback before merging them into master.
Long story short, this update now directly binds DearImGui…
-
I'm not sure oF 0.9.3 support ARMv7(hard float) ubuntu Mate Mate 16.04 distribution but I cannot install openframeworks on rPI3.
I tried Ubuntu [Mate 16.04](https://ubuntu-mate.org/raspberry-pi/). a…
-
Here we can collect repos of tools to develop software art
-
Related forum post: http://forum.openframeworks.cc/index.php/topic,7053.0.html
From what I understand, it's best to leave the mainThread for UIKit elements and move openGL and other things to another…
-
The discussion started here: http://forum.openframeworks.cc/t/android-unload-reloading-textures-result-in-black-rectangles-instead-of-text/18038
Text on native UI elements turns to black rectangles …