OpenFrameworks app display in Macbook Pro with Retina display
@manchaware Wow this is awesome. I never knew there was such a simple way to enable retina support in an oF app. I've been living with crummy aliased text & shapes in my apps for years! This...
View ArticleWhere to get OF for VS2013 and C++11
So that link is not up to date ? current OF apothecary lib support Well, if it's relatively easy to compile and have multiple version of VS installed, wouldn't it make sense to support all the version...
View ArticleAndroid master branch
Also, I ran this issue. env: Android Studio 1.3.1ndk-r10ecompileSdkVersion 22buildToolsVersion "23.0.0 rc3" It works well in Android 5.+,But crashed in Android 4.0,the error msg is: cannot locate...
View ArticleHow to make an http POST to fill a multiform and upload a file (ofxHttpUtils...
Hi all,I want to fill this html multiform to upload a file: <html> <form enctype="multipart/form-data" method="post" action="/writexml/"> <label...
View ArticleAndroid master branch
we fixed this a couple of weeks ago, which version of OF are you using?
View ArticleWhere to get OF for VS2013 and C++11
Yes compiling libraries is always a lot of work even with the apothecary script, we have 8 platforms to maintain right now and none of the main developers uses windows on a daily basis so it would be...
View ArticleMy partial circle looks weird
its the stroke width: small but thick lines don't get placed together correlcty (google for line caps and joins). You can workaround this by making a shape comprised of 2 arcs (inner & outer);...
View Articleparticlesense
Hi , I am interested i this particle system... If possible can you give me more info ...
View ArticleFiles that I add don't compile
Is that really no ossibility to add multiple source files to a project (like in older versions of xcode) or did my message not appear ?
View ArticleofxFFTBase usage
Hi there, I've been using oF for some time now, but I have 2 project that are stuck. Here's the first one that uses ofxFFT (precisely ofxFFTBase) and I'll post another topic with the second...
View ArticleFiles that I add don't compile
can you report a bug in http://github.com/openframeworks/openFrameworks/issues
View ArticleUsing ofxCvContourFinder's findContours
Hi again, Here's the second project/problem. It's about using openCV to get image contours of pictures, so I read the documentation and the example of ofxCvContourFinder's findContours function which...
View ArticleText on 0.9.0 release
... I am not on my main machine now, but today I have updated the master branch and I get some true type errors. My project was OSX and using ofxUI with non default font.
View ArticleofEasyCam::disableMouseInput has error on OF0.9RC
This is a bug report. I tried to use OF0.9RC on Visual Studio 2015.When I called disableMouseInput() of ofEasyCam function in the mouseDragged Function of OF, an error happened. Maybe, in the...
View ArticleSound from usb mic
Same problem with different USB microphone... And no idea for the moment...?
View Article0.9.0 Release Candidate 1
Hi, Today I tried compiling. It worked, sort of. It made an executable, but the executable had no extension so I had to add .exe to the end of it. After that I tried running it and it said it was...
View ArticleTransparencies when drawing an FBO in an FBO
Hello, I'm developing a graphics program on OpenFrameworks, and I'm having issues with transparencies. According to this, if you want to draw an FBO with transparencies on the screen, you must write...
View ArticleTransparencies when drawing an FBO in an FBO
I would take a look at ofClearAlpha() which clears the alpha channel. When you draw something with alpha, you not only (potentially) draw in the color channels you also alter the alpha channel, so...
View Article