openframeworks
Here are 555 public repositories matching this topic...
-
Updated
Dec 9, 2019
I really want to utilize the polygon approximation function approxPolyDP, which is part of opencv/imgproc
opencv doc reference here
I don't have enough knowledge currently to write the wrapper myself - Are there significant difficulties in wrapping this feature? If I can get it working
-
Updated
Feb 14, 2020 - C++
-
Updated
Feb 27, 2019 - C++
-
Updated
Apr 29, 2020 - C++
hi cuinjune,
with the newest emscripten 1.39.1 i get this compile error with the ofelia emscripten example on ubuntu 18.04:
/home/jonathan/Schreibtisch/of_v20191108_linux64gcc6_release/addons/ofxOfelia/libs/ofxLua/src/bindings/glmBindings.cpp:2733:10: fatal error:
'glm/gtc/functions.hpp' file not found
#include <glm/gtc/functions.hpp>
while it is possible to compile the ope
-
Updated
May 14, 2019 - C++
-
Updated
May 1, 2020 - C++
-
Updated
May 29, 2019 - C++
-
Updated
Feb 5, 2018 - C++
-
Updated
Jan 9, 2020 - C++
-
Updated
Feb 13, 2020 - C++
-
Updated
Jun 28, 2020 - C++
It says:
Command + B and select "buid debug" for compiling oF and exampleProject. (excute make command)
Command + B is the default to hide / show the side bar. I guess you mean command + shift + b, however, I can't find a option anywhere to specify it is about a debug build.
-
Updated
Aug 13, 2018 - C++
-
Updated
Jun 25, 2019 - C++
-
Updated
Dec 10, 2019 - C
-
Updated
Jun 25, 2020 - Makefile
-
Updated
Jan 22, 2020 - C++
-
Updated
Aug 26, 2019 - C
-
Updated
Jun 28, 2020 - C++
-
Updated
Dec 20, 2018 - C++
-
Updated
Jul 15, 2018 - C++
-
Updated
Apr 4, 2020 - C++
-
Updated
May 19, 2020 - C++
-
Updated
Oct 27, 2017 - C++
-
Updated
May 7, 2020 - C++
-
Updated
Aug 29, 2019 - C
Improve this page
Add a description, image, and links to the openframeworks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openframeworks topic, visit your repo's landing page and select "manage topics."
Using Gstreamer isPlaying() always returns true even when paused and using plain ofVideoPlayer it returns false when paused. It would be great to have a standard behavior.
see:
arturoc/ofxGStreamer#27