Quantcast
Browsing all 40524 articles
Browse latest View live

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 Article


Where 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 Article


Android 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Android master branch

we fixed this a couple of weeks ago, which version of OF are you using?

View Article


Where 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 Article

Android master branch

Ubuntu 15.04

View Article

My 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 Article


particlesense

Hi , I am interested i this particle system... If possible can you give me more info ...

View Article


Files 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 Article

ofxFFTBase 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 Article

Android master branch

and which version of openFrameworks?

View Article

Files that I add don't compile

can you report a bug in http://github.com/openframeworks/openFrameworks/issues

View Article


Using 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 Article

Text 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 Article


ofEasyCam::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 Article

Sound from usb mic

Same problem with different USB microphone... And no idea for the moment...?

View Article


0.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 Article

Transparencies 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 Article

Transparencies 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
Browsing all 40524 articles
Browse latest View live