Are there any plan for supporting CLion?
I have just found this file: "libs/openFrameworks/utils/ofConstants.h" //------------------------------- #define OF_VERSION_MAJOR 0 #define OF_VERSION_MINOR 9 #define OF_VERSION_PATCH 0 #define...
View ArticleAndroid Studio and Openframeworks
Hi, I am a newbie. I am using Windows. I am working on the Android studio and Openframeworks configuration following this link: http://openframeworks.cc/setup/android-studio/ . I have installed all...
View ArticleProblems Raspberry Pi2, openFrameworks and VNC
Mainly, its because oF on the Pi uses dispmanx, which is accelerated. I use https://github.com/patrikolausson/dispmanx_vnc . Unfortunately, there is some mouse/keyboard issues, which I am working on...
View ArticleProblems Raspberry Pi2, openFrameworks and VNC
Perhaps not applicable to the Raspberry Pi, but the Jetson TK1 has the same issue with GL over VNC and someone on the NV forum has provided steps to get it setup: [HowTo]Install VirtualGL and TurboVNC...
View ArticleofPath: stroke width not respected
Hey @ilmeniteI made this addon some time ago.https://github.com/roymacdonald/ofxFatLinesIt still has some bugs but it should work fine. best
View ArticleHow to make the mouse follow the camera coordinates
Hi, ofCamera has a few methods for dealing with such, as: ofVec3f worldToScreen(ofVec3f WorldXYZ, ofRectangle viewport = ofRectangle()) const;ofVec3f screenToWorld(ofVec3f ScreenXYZ, ofRectangle...
View ArticleAre there any plan for supporting CLion?
Yes, that actually works well in terms of organization.
View ArticleAre there any plan for supporting CLion?
@kureta, we also need a way to include addons. The way I'm thinking about this is - have a predefined variable in the project cmake file, which can hold space separated addon names. Then the main oF...
View ArticleOpenframeworks Example Gallery
Maybe there can be an example app that comes with oF, that has all of the examples with screen grabs in it, and buttons to open the Xcode file from it. Kind of like how there's a reference to all the...
View ArticleVideo Track Motion like After Effects
Right, I solve the key tracking using cvMatchTemplate //Copy selected portion of the image to the subject image; subjectFrame.x = x; // desired track point X subjectFrame.y = y; // desired track point...
View ArticleWorkshop code examples // webcam and Kinect stuff
Thank you for sharing awesome examples!!!! What kind kinect mode will work with your code? 1414, 1473, 1517?Can I use used kinect? I am not sure it pluged into xbox360
View ArticleofSystem Dialog opens behind oF window when in fullscreen
Hello everyone, the ofSystem Dialogs open behind the oF window, when it is in Fullscreen mode.I encountered this problem using of-V0.9.0 on Windows. Best wishes, django
View ArticleProblems Raspberry Pi2, openFrameworks and VNC
Thanks for your efforts, jedahan. Look forward to the 'little one-page tutorial'!
View ArticleGlobal Font Declaration
Hi there, I'm running into issues trying to allocate an ofTrueTypeFont, I have a font loading ok in my ofApp, but i can't seem to load the font in another class of mine, I keep on getting...
View Article[SOLVED] Super Fast Exchange of video texture between Threads
Ok got it thx @zach --- sounds very interesting. Thank you very much for the indepth look! i think i finally understood!
View ArticleTextField on iOS without using UIKit?
I'm trying to make my project easier to develop cross platform. So the project is on iOS at the moment.Is there a way to have a text field that works without the UIKit textfield? I'm trying to use...
View ArticleAre there any plan for supporting CLion?
Directory structures of addons are not so standard. So it is easier and safer to create an addon_config.cmake for each addon. I have created a new repo for this divided approach. You can see the...
View ArticleSomething like UIScrollView in ofxGUI?
We have strange custom menus, so what i have done instead of using ofxUI is take inspiration from it and then reinvented the wheel as a rounded square
View ArticleCreating and playing multiple ofSoundPlayers when detecting a circle
i think ofRemove might be what you're looking for.i don't use ofSoundPlayer, but if you can have a bool that'd know if the soundPlayer has played or not then running the ofRemove code, testing whether...
View Article