Help!, Boost C++ Lib using Error in Xcode
I have posted a few days ago and I'm steal get good answer.So I'm trying post again.This time, I've upload example file.Please, dear every one help me.thank you for reading. example...
View ArticlePerformance drop after rotating screen
Will system and app orientations be both the same if I use ofRotate(90); ?
View ArticlePerformance drop after rotating screen
Did you tried this : http://forum.openframeworks.cc/t/performance-drop-after-rotating-screen/21593/4?u=cgiles ?
View ArticleofxLua
@lewislepton ofxFileWatcher the other day. Could be used to watch lua scripts and reload whenever they are saved to match love2d ...
View ArticleofxUDPManager - bi directionnal
there's been a lot of fixes on the network addon in the master branch in github so it might have been fixed since the release but this is working for me now: int port = ofRandom(15000, 65535);...
View ArticleofVideoPlayer.load and .loadMovie problems when streaming
Hi!I am experiencing a weird problem when trying to load a stream video.I am using this youtube link:...
View ArticleMapping 3D vector to 2d screen space
Hey @bjdawes. I think I've done this, or something similar at least. Are you still working on this? If so let me know and I can dig out my code to find the relevant bits.
View ArticleofxFaceTracker examples compile but only get a blank window
Using Project generator wrong. Got it working !Is there a way to use project generator with an existing example but target a brand new directory ie 'myApps' ?
View ArticleIs there a Mouse Wheel event?
Hi there, I am trying to use the mouse wheel in my project and I can't seem to find a mouse event for that. I did some reading about it and I found some outdated posts about modifying glut in order to...
View ArticleofFile : .TXT not being recorded (help!)
doing ofFile myTextFile("test.txt",ofFile::WriteOnly); myTextFile << “my text comes here”+”\n”; will create the file if it doesn't exist and you can write to it right away
View ArticleOfxFacetracker example-blink crashes on launch
half successful compiling. The app seems to compile then hangs and get the following error in the console. I am able to compile other examples (example-overlay, example-empty) [warning] ofGLRenderer:...
View ArticleofxUDPManager - bi directionnal
Thank you again for your help. Indeed you example works fine. For my project, i need to broadcast message on a local network and i receive from multiple devices on this same local network (this...
View ArticleNew addons Tessellation GLSL 440
I am preparing a addons for tessellation in GPUThis is a model of it: https://github.com/kashimAstro/ofxShaderSelect photo: t1.png1365x745 89.2 KB t5.png1364x747 247 KB t3.png1365x746 220 KB...
View ArticleApplying face images to OfxFacetracker FaceOSC example
Can any OFX experts provide some tips , pointers, next steps in applying face images to the mesh created in the OfxFacetracker FaceOSC example? Still very much a novice. I assume that the impressive...
View ArticleofxFft: FFTW + KISS FFT wrapper
Hi! I try to run example-basic over and over on Visual Studio2012, but always fail to do it.These are my errors. expected constant expression'avgCol' : unknown sizecannot allocate an array of constant...
View ArticleofFile : .TXT not being recorded (help!)
Thanks for the reply! I do not need to check if it exists - the files have dynamically unique names. I have tried out opening it after creating it as suggested, but nothing gets saved as well.
View ArticleCompiling FaceSubsitution examples
Getting lots of compile errors in trying to compile the FaceSubsitution examples on github.https://github.com/arturoc/FaceSubstitution Is it possible I'm using the wrong version of Ofx? I'm using 0.9...
View ArticleofFile : .TXT not being recorded (help!)
Thanks for the reply Arturo! Indeed it works. However, on this way I would need to create an instance of ofFile each time I want to send a string to the text file? Plus, I have tested calling that...
View ArticleofFile : .TXT not being recorded (help!)
you can open the file in setup and then write to it on every update like: //.h ofFile myTextFile; //setup myTextFile.open("text.txt",ofFile::WriteOnly); //update myTextFile << "some text" if you...
View Article