ofxDatGui: A New User Interface for OF
Thanks @arturo I removed disableDepthTest from the draw calls. arturo: in the future we might add other types of parameters like parameters that have a scale (linear log...) and we might separate the...
View ArticleFace tracking with dlib?
hey andy! I can give you a hand on this. let me take a look and I'll let you know.best!
View ArticleCan't use ofxTimeline with 0.9.0
Hi, ofxTimeline is kinda outdated. I had the same problem the other day and fixed it.audiodecoder.h is part of the libaudiodecoder that should be included in ofxAudioDecoder but there are some issues...
View ArticleGetting the globalPosition of a parent node is crashing the app
it works thanks I thought that passing a node to the constructor like this edapx: auto blu = ofNode(bla); was like to setting the parent.
View ArticleError TRK0005 failed to locate "CL.exe"
Oops, Visual Studio 2015 doesn't install C++ by default so you need to go to Modify and check C++ in Programming Language with setup.
View ArticleglDrawArrays problems with ofxSyphon
Hi all! I don't realize this problem on my software. I made a visual, i used the code very similar of "billboardExample" and all works. But now i added ofxSyphon and if i try to send my texture using...
View ArticleCorrect encoding of carriage return and new line with ofxSmtp / Poco
Hi there, I'm using the wonderfull addon ofxSmtp to send mail from ofAppI'm trying to have a content with few lines.First of all I tried to add \r in my string and add the content this way...
View ArticleglDrawArrays problems with ofxSyphon
Now i try to put ofxSyphon on "billboardExample" and it works... So... i try to check where is the error on my code.
View ArticleGetting the globalPosition of a parent node is crashing the app
ah, no i didn't saw that before, that just makes a copy of the original
View ArticleLoading XML values with special character (à, é, ù, ....)
Hy there, I'm trying to load values from xml file with some accents.I'm using this code : string title, enTete; if (XML.load("settings.xml")) { XML.setTo("account"); title = XML.getValue("title",...
View ArticleLoading XML values with special character (à, é, ù, ....)
it should work if you save the xml with utf8 encoding
View ArticlePass 'this' pointer from parent to child object: scheduler/ofTimer system
First of all, I'd like to say thank you to this forum. There is a wealth of great information here ..It's taken me a while to run into a question that I couldn't inevitably resolve given all of the...
View ArticlePass 'this' pointer from parent to child object: scheduler/ofTimer system
I should clarify that the error occurs twice in the Timer class, first when creating the Scheduler* 'schedPtr', and again in the Timer constructor, where I would like it to receive a Scheduler* from...
View ArticleC3861 C4819 errors Local Windows Debugger with Visual Studio 2015
Output log too long: http://pastebin.com/SvWP9d3n
View ArticleFace tracking with dlib?
regarding what I told you about, please ping me in a week, I should have something to share.... (it uses dlib to find the faces via HoG, but the tracking is a separate library). It's a very large...
View ArticleFace tracking with dlib?
Ah ok, will do! I have the stuff you sent me a while ago but haven't gotten anywhere with it
View ArticleCan't use ofxTimeline with 0.9.0
hi roy, thanks for your answer! I saw on the github page that ofxTimeline hasn't been updated for a while, but from what i've seen it seems to be the only easy way to deal with timelines in OF. Would...
View ArticlePass 'this' pointer from parent to child object: scheduler/ofTimer system
Should I declare a static member function in Scheduler that triggers the private threaded function?
View ArticleFace tracking with dlib?
hey @andydayton, I have it running, yet it runs absurdly slow. I'm still checking what's going on.I can push the project to github so you can fiddle with it. I'll let you know once done.
View Article