Update project with projectGenerator command line
@Gallo wrote: Hello ! I am using oF0.9.2 on a headless x86 ubuntu device in console mode. I built the project generator and i am trying to update the project with the projectGenerator command line but...
View ArticleofxSynapse and ofxOpenNI installation error
@fkkcloud wrote: Hi, I am trying to use ofxSynapse and I see this requires ofxOSC and ofxOpenNI. I also noticed ofxOCS is already included in the current pkg but ofOpenNI, I got it from...
View ArticleBox2D softbody example?
@fkkcloud wrote: Hi, is there any box2D softbody example around? I am trying to save some time if I could have some simple example using box2d for softbody. Thanks, Posts: 1 Participants: 1 Read full...
View ArticleIs TARGET_NO_SOUND unsupported?
@chuckleplant wrote: Just noticed that ofBaseApp now inherits from ofBaseSoundInput and ofBaseSoundOutput. In previous oF versions defining TARGET_NO_SOUND would properly disable sound. Is there a way...
View ArticleRotating skeleton joints
@csw wrote: Hi all, I know this is probably quite trivial but I am not getting anywhere with it. I am using ofxKinectV2-OSC to send skeleton joints to my OF app. Instead of displaying those joints, I...
View ArticleRemove listener on listener method?
@chuckleplant wrote: Is it safe to remove a listener on the method that listens? Consider the following: On key press I want to render the depth buffer onto an FBO and store it. So I need to do...
View ArticleMysterious ofQTKitPlayer error on OSX
@racarate wrote: Hi everybody, I'm playing a .m4v in the simplest way possible: // In ofApp.hofVideoPlayer myPlayer; // In ofApp::setup()myPlayer.loadMovie("kristen.m4v");myPlayer.play(); // In...
View ArticleHow to disable pixel blending in ofImage
@genekogan wrote: this may have an obvious answer but is it possible to disable blending pixels when drawing an image at a bigger size (or using ofScale)? say i have a 50x50 image but draw it at...
View ArticleTUIO simulator for openFrameworks
@cklkaren wrote: Hello, I am trying to use the addon ofxTuio, however I wasn't been able to run it properly... (It couldn't print any key pressed on the virtual keyboard)Hence, my professor advised me...
View ArticleHow to set up shared data in a bigger project
@barelief wrote: I was wondering what's the most convenient way to arrange files in a more bigger project with lots of classes, test apps and assets. So far, when I create a Project folder...
View ArticleprojectGenerator c++ 14 error
@Gallo wrote: hello, i am using latest oF0.9.2 under ubuntu 14.04 and i get this error when launching compilePG.sh g++: error: unrecognized command line option -std=c++14 i am using gcc-4.9 and...
View Article0.9.2 ofxOpenCv can't find cv.h
@jmarsico wrote: Linux 32bit ubuntu 12.04I have a new installation of linux 32bit 0.9.2. When compiling both my own project (updated with PG) and the openCV example, i get the following error:...
View ArticleGetting errors building with make on Linux (0.9.2)
@Gallo wrote: hello, i am facing a weird issue where i can build my project once or twice or... and then impossible anymore !Compiler throws errors but without any details : make[1]: ***...
View ArticleofVideoPlayer and C++11
@Cici wrote: Hello, I ran into a problem and I'm not sure if this is more of a C++ or an oF question. I'm trying to use a vector with various ofVideoPlayers. In ofApp.h I'm declaring 4 ofVideo players...
View ArticleNested parameters with ofxGui and ofParameters
@edapx wrote: Hello, I'm using ofxGui and ofParameter in order to save the seetings of the GUI in differents XML files. Everything works fine, I can save and load parameters .the xml file look like...
View ArticleofSoundStream not working as expected
@superdude wrote: Hi there. I'm still trying to find a solution to this problem, but I wanted to post in case anyone has an insight. I'm using Linux (Manjaro) and QTCreator with OF 0.9.2. I'm working...
View ArticleWill Openframeworks support Ftp after Poco's removal?
@Awareness wrote: I heard that Poco is being removed from Openframeworks. But how will Openframeworks support Ftp without Poco library? Posts: 1 Participants: 1 Read full topic
View ArticleCommunication with a java program using a networking port via openframeworks
@nathanblanchard12 wrote: This is my code and for some reason it doesn't work.Basically I'm using port 20 to send and receive messages but c++ is not getting it. I tested it using java and it worked...
View ArticleGet a mesh vertices location
@nathanblanchard12 wrote: Question? What is the best way to get all the vertices in a mesh as in their location?I dont know how o accomplish that. I'm using assimpmodelloader but i dont think it...
View ArticleDetect keyboard layout
@thomasgeissl wrote: Hello,is there a way to detect the keyboard layout.I need a little virtual midi keyboard, so I need to load different mappings for different keyboard layouts or get the key...
View Article