Making a utf8 unicode aware textbox
Hi, I was wondering what happened to this addon, it's just what I am looking for and it seems like it was never finished?
View ArticleofxGui add listener to vec3f
Hi, you can´t use the addListener function with the ofxVecSlider because it is not a slider, rather a group of sliders.you can do the following to add a listener to the ofxVecSlider...
View ArticleGPU LUT + Photoshop
Hi, check out ofxFX addon. It already has the LUT shader implemented. best
View ArticleofxVideoRecorder isn't recording
Hi, I've installed this addon on Ubuntu 12.04 64 bits, I have ffmpeg installed (the one from Ubuntu packages) since a while. I can run ffmpeg commands from console and record the streaming from a...
View ArticleApproaches for recording while playing a video
I want to do an appliction that can record from webcam while playing a video simultaneously. Since I am not so experienced with oF, I'd like to know approaches to achive it. Make two separated apps,...
View ArticleCannot maintain a constant 60 fps when doing color filtering on ofImage
Thank you DomAmato and arturo so much for the help! I tried arturo's method and it works like a charm!Why is this so much faster and will you consider adding a color tint method to ofImage?
View ArticleofxGui add listener to vec3f
the problem is probably that the signature of the listener function is not correct. it needs to be: void listenerFunction(ofVec3f & value) specially note the & that indicates that the value is...
View ArticleProblem with OpenGL ES or Shaders working on Raspberry Pi
Hello, Thanks for all the info. I just got started trying to run shaders on my Pi2 as well. I've had varied results running examples with shaders. The ofxOMXPlayer shader example works perfectly. I'm...
View ArticleCannot maintain a constant 60 fps when doing color filtering on ofImage
do you mean the first method i posted?
View Article[WORKAROUND] ofxGui text input
Hi there, could you please tell me how you used ofSystemTextBoxDialog()?I'm trying to create a textbox, I presume that's what you had in mind too? Thanks,d.
View ArticleProblem compiling ofxOpenNi in Codeblocks on Windows
Hi kacemAYou can post your OpenNI? I can not find one that works on VS2012 and OF 0.8.4
View ArticleOpenframeworks and Vs2015?
I am trying to get a new project to open with vs2015 and this is like pulling teeth. Is this at all possible or no? Honestly i'm a little disappointed at the lack of documentation in this regard....
View ArticleOpenframeworks and Vs2015?
OF 0.8.4 uses vs 2012, OF 0.9.0 which has a release candidate uses vs2015... Upgrading of 0.8.4 projects wont work as the libraries that of depends on are compiled for msvc v110 so you would have to...
View ArticleImplementing Awesomium (not the oF addon)
Hello, I am trying to implement Awesomium (not the oF addon) into my project. I made it draw Google to the window, but thats not very exciting. My next step is to make it draw to an ofImage. My naive...
View Article[WORKAROUND] ofxGui text input
Hello, I needed a textbox for the user to input a string. In my case an http address.I finally used an ofSystemTextBoxDialog() triggered by a key.I would have prefered a widget inside the GUI but this...
View ArticleofxGui add listener to vec3f
Ok, thanks everyone, I will switch to ofParameter, it seems it is more flexible than the slider classes. I had made a habit out of using the sliders but no more.
View ArticleLaunching and configuring terminal window from oF application
I checked and they do match.I have read online of other non-OF apps that don't react either. Some more tests shows:When compiling an app via Xcode, then starting it by double clicking app icon, apple...
View ArticleLaunching and configuring terminal window from oF application
this works though. tell application "/Users/stephan/Desktop/bin/dirListExampleDebug.app/Contents/MacOS/dirListExampleDebug" to quit
View ArticleListbox widget (using ofxhGui): missing file hObject.h
Hi, I am trying to use the ofxhGui addon(https://github.com/bernardgeyer/ofxhGui), but there seems to be an important missing file from the repository:hObject.hMany classes derive from hObject....
View ArticleListbox widget (using ofxhGui): missing file hObject.h
Ok, sorry, I am replying to myself: ofxhGui depends upon the addon ofxhUtils:https://github.com/bernardgeyer/ofxhUtilswhere the file hObject is found.So all is well!
View Article