Top "Openframeworks" questions

openFrameworks is an open source C++ framework wrapping graphics, audio, image, networking and video libraries in an API designed to be minimal and easy to use.

Visual Studio Platform 2015 Toolset ='v141' cannot be found

I'm trying to compile a project using OpenFrameworks (a library which uses C++) in Visual Studio. The build is set …

c++ visual-studio-2015 openframeworks
Interpolate from one color to another

I am trying to get an interpolation of one color to another shade of the same color. (for eg: sky …

c++ openframeworks
Where to get macos SDK 10.6 for Xcode?

I am having Xcode 4.4 on OS X Lion. I'd like to install the Mac 10.6 SDK - also known as macosx10.7 …

xcode osx-lion osx-snow-leopard openframeworks
warning C4003: not enough actual parameters for macro 'max' - Visual Studio 2010 C++

I have the following warnings while compiling an openFrameworks 007 project on Visual Studio 2010 SP1: d:\pedro\development\videoflow\openframeworks\libs\…

c++ visual-studio compiler-warnings openframeworks
openFrameworks vs Processing

I have been reading a lot about openFrameworks and Processing, But still can't make the distinction other than one is …

processing openframeworks
Unresolved external symbols in Visual Studio 2010

I am coming from Xcode, trying to compile a project in Visual Studio 2010, and I get the following errors: 2>…

c++ visual-studio-2010 openframeworks
FFmpeg - Overlay one video onto another video?

I understand that this is a very open ended question. I have done some initial reading into FFmpeg, but now …

video ffmpeg video-processing openframeworks
Error LNK1104 cannot open file ';.obj'

Error LNK1104 cannot open file ';.obj' project1 D:\project1\source\project1\project1\LINK 1 I'm using visual studio 2015 and openframeworks, …

c++ linker-errors openframeworks
"Type" does not refer to a value on C++

I'm getting this error at OpenFrameworks artwork. But appears to be a simple C++ issue. ofVec2f does not refer …

c++ pointers openframeworks
is there a vm that i can do opengl 3+ with? virtualbox and vmware don't

I am trying to write some openFrameworks (C++) code in a VM. My host is Windows 8 and I've tried both …

c++ virtual-machine virtualbox vmware openframeworks