-
I tried to get Linux 64bit and OpenGL ES 2.0 working and did it in a hackish manner, because I just needed it fast. The steps to get it done:
- compile and include a `libglfw3.a` with `GLFW_USE_EGL = …
-
From the forums:
https://forum.openframeworks.cc/t/arc-without-drawing-radius-lines/24343
**Note this issue appears with current master.**
The following code produces an unexpected straight line:
`…
-
when i use a fbo on android without fbo.draw()
do i still get the fbo render.
a simple example of code to reproduce the problem:
```
/* ofApp.h */
#pragma once
#include "ofMain.h"
#includ…
-
I know it's a book, but it would be really useful to access whole sections of code so that you can work through the examples, and then check your work.
I am learning of after a few years of playing w…
-
-
I have one of the 3rd Generation iPad Pros which has the arm64e architecture. When building OF during the linking phase of compliation many of the internal libraries are not compiling. I tried reverti…
-
git clone https://github.com/Kei18/mapf-visualizer.git
cd mapf-visualizer
wget -O third_party/openFrameworks.tar.gz https://github.com/openframeworks/openFrameworks/releases/download/0.11.2/of_v0.11…
-
For instance, calling ofxGui addListener method with the incorrect callback function type results in a cryptic error message with VS, complains about pass by reference vs by value parameter in the te…
-
hei, would it be possible to give an example how to use ofxJansson? have been trying but couldn't figure it out...
-
ofClear(r,g,b) is inconsistent with ofBackground(r,g,b) because the alpha is 0 by default -- meaning you always have to explicitly declare the alpha to clear the background.
furthermore, because all …