Zack Lee
Zack Lee
I'm currently using `setTimeout(functionToCapture, 4)` to capture frames as fast as possible while not blocking the main thread. I wonder if it's technically possible to capture frames in a Web...
Hi, I'm trying to detect the device orientation when the app is launched. But it seems like the app always changes its orientation to OF_ORIENTATION_DEFAULT on startup regardless of its...
I tried building `ofxPd/pdExample` project using Emscripten following this instruction: https://openframeworks.cc/setup/emscripten/ After running `emmake make`, it fails with the following error when it tries to build `c` files in `libpd`...
I built and run [gpt4all.cpp](https://github.com/zanussbaum/gpt4all.cpp) and it seems to sometimes output instructions and response that are supposed to be hidden. Is this a bug? Or is this a normal behavior?...
@alex000kim If you provide a raw Github README link, it doesn't work since the page is a plain string (`extract()` doesn't work). Also, if the URL is invalid, the Slackbot...
Hi, arturo asked me to open an issue about this here. original forum post : https://forum.openframeworks.cc/t/ofcamera-and-inverted-texture-mapped-image/26398 I figured out the texture mapped image looks inverted when I use ofCamera. As...
Sphere has an opposite winding order to other 3d primitives. This commit changes sphere winding order from CCW to CW. Please read the link below for more details. https://forum.openframeworks.cc/t/ofsphereprimitive-has-an-opposite-winding-order/25502