How do you correctly install oF?
weird, bcz with a fresh Visual Studio 2015 and the package from the website. it does work pretty good for me, no errors.the problem might come form your visual studio. I have a lot of problem with...
View ArticleUsing ofNode to build an L-System
I think that the problem is in the copy of the ofNode. I've edited the previous code as follow, removing the pre-translation and using directly ofNode. ofNode root = ofNode(); root.setPosition(450,...
View ArticleHow do you correctly install oF?
Can you post the exact error message that you are getting?
View ArticleHow do you correctly install oF?
Did you try building with both win32 and x64 toolsets? x64 gave me problems on my first install and win32 worked.
View ArticleHow do you correctly install oF?
also code blocks is not supported any more, are you following the install guides in the web? visual studio: http://openframeworks.cc/setup/vs qtcreator +...
View ArticleCan't use ofxTimeline with 0.9.0
Hi Everyone ! We found the same problem some weeks ago and thanks to @jamesacres we could solve it ... James was able to remake the XCodeProj to make ofxTimeline to work (including ofxTLAudioTrack, so...
View ArticleofxDatGui: A New User Interface for OF
Hi @braitsch ! This looks awesome ! Already played with it and looks VERY promising ! Not sure if here is the place ... but i would love to see : Scrollable canvas (sometime when you don't have a lot...
View ArticleofxAssimpModelLoader single mesh position!
Dario, that happens because the getMesh() method returns the mesh in the object coordinate system, instead of the world or camera coordinate system, so you will have to apply a transformation matrix...
View ArticleLoading XML values with special character (à, é, ù, ....)
Thanks Arturo, With a file encoded in utf8 it's working on osx with the code of my first post.On windows I've got nothing with ofXml : - Same code, same file, but nothing is read. With ofxXmlSettings...
View ArticleofxActionManager for Animatons
Hi.I'm using cocos2dx for my games, but a project came up and I decided to use openFrameworks for that.The action system in cocos2dx makes so many things easier, simpler and clean. But as far as I...
View ArticleForce a draw - outside of the ::draw() method?
I have a function in my ofApp which loads some stuff from disk, and performs some initializations. In doing so, it completely hogs the default draw() method for about 5-10 second, which I've confirmed...
View ArticleForce a draw - outside of the ::draw() method?
Hi, One way to do it would be to load stuff on the second frame. So on the first frame you do nothing but draw something to the screen to show it's not completely crashed, on the second frame you...
View ArticleTwo Bit Circus seeks senior software engineer in Los Angeles
At Two Bit Circus, we invent and deploy out-of-home physical amusement and high-tech experiences. Our products combine a myriad of domains, including industrial and graphic design, mechanical and...
View ArticleofToDataPath format on Windows, double slash
great thanks. the best way to handle paths to avoid this problems is to use std::filesystem::path which when compared doens't do a strict string comparison and will work for / or \ or double // or...
View ArticleUsing ofNode to build an L-System
if you want the rotation of a node to be relative to the previous one you can just rotate the previous one or add a third node that is the one which rotates and is parented to the previous one.
View ArticleofxDatGui: A New User Interface for OF
@eloi actually, i like that doesn't have a save and load option (ofXml is flexibel enough to do your own version), but more binding options (and not only sliders) will be good.
View ArticleofxUI as displayer
I found the solution : i disabled the whole canavas in which i use only the displayers widgets and in another canavas i created the controlers widgets which enabled...
View ArticleFace tracking with dlib?
Thanks @andydayton!This is the real fix for what I was commenting before, instead of moving libfmodexIt is weird though. The vector extension set to AVX is recomended by dlib in order to make the app...
View ArticleHow do you correctly install oF?
I uninstalled Visual Studio 2015 Enterprise and installed Community version instead. The Enterprise installer was broken but the Community wasn't. That also maybe the reason why it doesn't work...
View Article