OF 0.10 iOS Issues
@Miles wrote: A couple of current bugs/differences with the iOS distribution that I’ve noticed using it so far: Project Generator is the OSX version, not iOS Multitouch doesn’t work, so touch.id is...
View ArticleofxSVG content not sized correctly
@nebulus_design wrote: Hi All I’m using the ofxSVG add-on to load in svg files I’m making using Inkscape, and have found out that they get loaded in incorrectly scaled. It looks like an issue with the...
View ArticleofxTCPClient: setup a connection that crashed
@CCx266 wrote: Hello all, I am using ofxTCPClient a lot. My use of it resemble to the examples, there not much else to do anyway to setup a connection. I use Raspberry Pi, and OF 0.10. I realized that...
View ArticleCannot compile a local addon with libraries
@thomasgeissl wrote: Heyho people, is someone working with local addons instead of global ones? I am not able to compile an addons with an dylib dependency. Not sure this is a bug from my side or an...
View ArticleCan not install on Kali Linux
@erixom wrote: I installed the dependencies required for Debian which Kali is based on but whenever I try to compile OF I get the following error: "error: cannot convert ‘ofPtr’ to ‘bool’ in...
View ArticlegetNextMessage() in ofxOsc depricated?
@no_u wrote: Hello, I’m working on a project that requires OSC and I’m using ofxOsc. Everything’s going okay, but xCode is complaining that the function getNextMessage() is deprecated. There’s no...
View ArticleofxNcurses example won't build
@bernardoaraujor wrote: I’m trying to compile the ofxNcurses example, without success. I have a feeling some parts of the project might be outdated, especially because the last commit to the...
View ArticleOpencv_calib3d310.lib occurred error and solved
@sewonist wrote: Hi all I just want to make depth mask from StereoBM with ofxOpenCv and ofxCv. At the time, I had two errors. First, I found sample like below. cv::StereoBM sbm; //stereo block...
View ArticleHigh Resolution Capable not working correctly [Mac users plz read]
@cuinjune wrote: First of all, when I set High Resolution Capable to YES in openFrameworks-Info.plist file, the window shows up in half size than the size it was when High Resolution Capable was set...
View ArticleofPixelFormat pixelFormat
@dotchang wrote: Some classes have a member variable which is ofPixelFormat pixelFormat. And some of these classes also have same-named arguments of member functions. such as class ofPixels_, void...
View ArticleOf_v0.10.0 ofxGui - ofParameter not working?
@christopher_miles wrote: Looks like examples/gui/guiExample works but examples/gui/parameterGroupExample doesn’t. [warning] ofxBaseGroup; no control for parameter of type 11ofParameterI7ofVec2fE...
View ArticleWeird font error with of 0.10
@phaseIV wrote: Here’s the problem: offonterror.jpg882x320 16.1 KB The top line is rendered with font.drawStringAsShapes(), the bottom line with font.drawString(). The same thing happens with...
View ArticleSudden mysterious build errors in standard files included via ofMain.h?
@Drazinut wrote: I imagine this is something I caused by adding files and code to my project, but I haven’t been able to deduce what might be wrong, and I wonder if anyone here recognizes this...
View ArticleProjectgenerator (CL or GUI) hangs for only one of my projects
@dylanmach wrote: despite attempting to build with or without addons, one of my projects seems to hang after listing all files in command line (project gen works correctly when updating other...
View ArticleBug: OF website defunct links to android sdk
@johansonjj wrote: on the page https://openframeworks.cc/setup/android-studio/ under installation …install Android Studio from https://tools.android.com/download/studio/stable (you need Android Studio...
View ArticleA fix for OSX translocation
@genekogan wrote: This question is in regards to the downloadable release of ml4a-ofx on OSX. After download, none of the apps have access to the files in the data folder until each app is manually...
View ArticleNo console window anymore?
@lilive wrote: Hi, I’m switching to OF 0.10.0, QtCreator 4.6.1 (Windows 7) There are great improvements ! But I have a problem with the console window: when I start an .exe from the exporer, I have no...
View ArticleofCamera::worldToScreen returning wrong coordinates?
@Bentley wrote: Hi oF people. I’m currently trying to do some hit detection of billboarded panels sitting above a 3D environment. Basically they are labels that sit atop buildings. I’m using a...
View ArticleProblem with locale and sscanf (ofxImGui related)
@lilive wrote: Hi, I’m parsing a file containing this text: Pos=60,10 The parsing code is: float x, y; sscanf( line, "Pos=%f,%f", &x, &y) It takes the comma as a numeric dot and it give x =...
View ArticleofxPostProcessing & OF 0.10.0
@bernard_Del wrote: hello i have this error when compiling ofxPostProcessing … an idea? of_v0.10.0_linux64gcc6_release/addons/ofxPostProcessing/src/RenderPass.h:53:17: error: « shared_ptr » ne nomme...
View Article