-
MSYS2 with MINGW64 on fresh install Windows 11
Builds as expected on Intel Mac
Have also tried the latest release which errored the same on Windows 11 but did not build on Mac.
Appears to be …
-
Following this method
```
cd
wget -c https://github.com/openframeworks/openFrameworks/releases/download/0.12.0/of_v0.12.0_linux64gcc6_release.tar.gz
tar -zxvf of_v0.12.0_linux64gcc6_release.tar.…
-
I'm having a hell of a time trying to get the examples to build on a clean Windows 11 install. It starts out fine and then just utterly shits the bed and I'm not sure why.
Installed to the root of…
-
Has anyone ever managed to get this addon to build under msys2?
I've been banging my head against it for a couple of days now and I'm just about ready to give up.
-
Several users have expressed interest in integrating Ultralight with [OpenFrameworks](https://openframeworks.cc/).
It mostly uses GLFW/GL for all drawing so integration shouldn't be difficult.
W…
-
Hi, I posted on the wrong github but this is the original post:
----------
I would like to run your library on the PI.
But when compiling the example I get the following error:
> HOST_OS=Linux
…
-
Hey @tcoppex ,
Do you still use this addon?
I am getting this error at **\ofxFontSampler\libs\fontsampler\ttf_reader.cc:**
it seems that detect some error in the ttf files...
```
/* Check t…
-
Hi, just noticed that the code formatting on these two pages is broken:
- https://openframeworks.cc/documentation/ofxOpenCv/ofxCvContourFinder/#show_blobs
- https://openframeworks.cc/documentation/…
-
in the config it states
'linuxarmv6l:
#TODO needs EngineGLFW.cpp exclude "
however EngineGLFW.cpp appears to compile but appears to fail compiling
ofxImGui/src/EngineOpenGLES.cpp
/home/p…
danbz updated
3 months ago
-
I have got an error compiling even a blank project with ofxCv activated in a fedora 39 fresh install with opencv 4.8.1. ofxOpenCv work find by the way. The problem is the following:
```
openFramew…