Tagged Questions
openFrameworks is an open source C++ toolkit for creative coding.
11
votes
4answers
1k views
OpenGL ES, OpenFrameworks, Cinder and IOS creative development
I'm in the middle of a difficult choice.
I'd like to learn a language that can help me create application with a strong artistic/creative/graphic component and use it for commercial projects for my ...
10
votes
3answers
2k views
How to track Finger tip in OpenCV or OpenFrameworks?
I want to develop a program which uses the webcam to track finger tips. When tracked, the finger tip will be like an index and I will be able to get its positions even if it is moved around. If anyone ...
4
votes
2answers
420 views
opencv example not working in OpenFrameworks
I have downloaded openframeworks from Github. I can run all the samples but if I am trying to run opencv example given in openframeworks. Its not working, showing 44 errors and errors are not common ...
4
votes
4answers
815 views
Bitwise operators and converting an int to 2 bytes and back again
first time user, Hi guys!
So hopefully someone can help..
My background is php so entering the word of lowend stuff like, char is bytes, which are bits.. which is binary values.. etc is taking some ...
4
votes
4answers
665 views
Is There A .Net Library for Artistic Coding like Processing or OpenFrameworks?
I really like the work that's done with processing (http://processing.org) but I'm more exposed to the .Net world and would like to stay there. Is there a library or sub-language within .Net that is ...
4
votes
4answers
1k views
problem saving openGL FBO larger than window
I'm rendering into an OpenGL offscreen framebuffer object and like to save it as an image. Note that the FBO is larger than the display size. I can render into the offscreen buffer and use it as ...
3
votes
2answers
407 views
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\openframeworks\types\ofcolor.h(127): warning ...
3
votes
3answers
288 views
Can you use C++ libraries in a Cocoa (Obj-C) project?
I'm considering learning Objective-C and Cocoa, mostly in order to use Apple's tools and GUIs.
However, I'd also like to do some graphics programming; OpenFrameworks and Cinder are two libraries ...
3
votes
2answers
344 views
Source directories in Visual Studio 2010
I am using OF in my project and I want to use some add-ons but I have to add .cpp files to my project in order to compile them. I don't like it. Is there any option so I could specify a folder to scan ...
3
votes
4answers
810 views
How do I convert a complex C++ XCode project to a Cocoa app?
I have the source code to a relatively complex C++ application that involves lots of libraries, dependencies, etc. I am trying to take it and add a Cocoa GUI to it. I have failed so far at the ...
3
votes
1answer
2k views
openFrameworks Visual Studio Setup Tutorial?
I've been trying to get oF examples to compile with Visual Studio, but I'm either missing a link or something.. Is there a tutorial on how to setup oF with Visual Studio 2010 (or 2008 - or any ...
3
votes
4answers
1k views
Vector.erase(Iterator) causes bad memory access
I am trying to do a Z-Index reordering of videoObjects stored in a vector. The plan is to identify the videoObject which is going to be put on the first position of the vector, erase it and then ...
3
votes
4answers
761 views
How to orbit around the Z-axis in 3D
I'm primarily a Flash AS3 dev, but I'm jumping into openframeworks and having trouble using 3D (these examples are in AS)
In 2D you can simulate an object orbiting a point by using Math.Sin() and ...
2
votes
0answers
116 views
How to implement bullet time in Box2d?
I want to implement some sort of bullet time for my box2d app, googling around I found a post were they suggest to change the timestep (something like from 1/30 to 1/60) but its quickly flagged as bad ...
2
votes
1answer
192 views
rotate 3d point cloud to offset angle of floor plane given vNormal and floor point
I'm working with kinect and ofxopeni. I have a point cloud in real world coordinates but I need rotate those points to offset the tilt of the camera. The floor plane should give me all the information ...
2
votes
1answer
92 views
Pushing data to nodeJS from OSX application
I've got an OSX application written in c++ (in particular, built with OpenFrameworks) and a server written using nodejs.
The application tracks an object wandering around a room and I want to send ...
2
votes
1answer
418 views
Sample texture in GL_POINTS shaders
I have a shader that draws particles with solid colors. I would like to enable the shader to sample an FBO texture so that each particle can act upon the color "behind" it. Seems like it should be ...
2
votes
1answer
889 views
glsl - fragment-shader (blur) -> black screen
I've been trying to get this to work for the last few days and I'm really starting to become desperate. I'd be really grateful for suggestions you might have.
What I've been trying to do:
render ...
2
votes
2answers
1k views
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>ofxCLeye.obj : error LNK2019: unresolved external symbol "struct _GUID __cdecl ...
2
votes
1answer
461 views
Open framework V.S Processing
I have been reading a lot about Open Framework and Processing, But still can't make the distinction other than one is in C++ and the other in Java. Can someone tell me which is for what exactly?
2
votes
1answer
892 views
chroma key with openframeworks/opengl
I need to implement chroma keying (removal of a solid color background) in an openFrameworks application.
I'll be playing many (10 or more) videos simultaneously (in the same frame), and drawing them ...
2
votes
1answer
1k views
openFrameworks (C++): Blur, Glow and other classic effects
I was doing some simple openframeworks (C++ based) tests drawing different shapes and I was wondering how to apply filters like blur, glow...
I come from an AS3 background where this is a piece of ...
2
votes
3answers
840 views
how can I fix xcode compiling everything all the time?
I've started to use XCode and it seems to work, well, most of it.
The annoying thing is it compiles all the source files, even those that didn't change, each and every time.
I'm getting the grips ...
1
vote
2answers
108 views
What is the difference between OpenCV, OpenFramework and Processing Frameworks?
I want to start my project for live video content analysis, Face Detection, Gesture Detection and Gaze Tracking.
Here i am unable to find the right framework for me. I am well versed with C++, JAVA, ...
1
vote
2answers
191 views
What's a good and safe language for drawing intensive particle systems over a long period of time?
Another one of my rather ambiguous question today, sorry.
Currently I have written some half decent software that has a 'roll your own' RESTful client, which pulls data from twitter. This data is ...
1
vote
2answers
188 views
IPad and Openframeworks
Can someone point me in the right direction to learning how to use Openframeworks to develop and IPad app. Perhaps some good tutorials, I can't seem to find any good documentation.
1
vote
3answers
97 views
Object going through wall during collision
I'm making a game which uses very simple collision detection. I'm not using box 2D because it's an overkill. Basically, it's a mix of Pong and fooseball. As the ball gains speed and has a very high ...
1
vote
2answers
186 views
What's best for your Video Tracking? Why?
Best as in reliable, maintainable and fast.
Considering Processing, VVVV or OpenFrameworks?
I know Processing doesn't handle big video frames very well.
VVVV (Nodes use OpenCV) is just for Windows.
...
1
vote
1answer
84 views
How to get time elapse percentage?
Im trying to get the time elapse percentage, what I do is first check a time interval, them I want to get the percentage of the elapsed time in that time interval, if that makes sense
Here is my ...
1
vote
1answer
100 views
Anti-aliasing not working on Windows
I'm working on a GLUT based app that needs to run on Windows XP, but as I'm on a Mac, I'm doing most of the coding in Xcode, then switching over to Visual C++ 2008 every once in a while to recompile. ...
1
vote
2answers
486 views
makefile OR code blocks TO eclipse on ubuntu
hi i have a c++ opengl/opencv codeblocks project http://www.openframeworks.cc/setup/linux-codeblocks with all makefiles. even if codeblocks seems to be grat tool i'm addicted to eclipse (using it with ...
1
vote
1answer
155 views
Calling variables from C++ class to Objective C class
I am creating an instance of an Objective C class from a C++ instance. The problem is that when trying to get the values of some vars (in the obj c instance) I always get 0. Some NSLogs are also ...
1
vote
1answer
229 views
How can I get past a “Library not loaded:” issue?
I started playing with the Kinect and I would like to use skeleton tracking using OpenNI.
Since my knowledge of c++ is limited, the easiest option is to use the ofxOpenNI addon for OpenFrameworks.
...
1
vote
1answer
396 views
OpenGL. Testing the colour of a pixel. Can someone explain OpenGl glGetPixels to me?
Just getting started with OpenFrameworks and I'm trying to do something that should be simple : test the colour of the pixel at a particular point on the screen.
I find there's no nice way to do this ...
1
vote
3answers
580 views
Making 3d Models Transparent in OpenGl and OpenFrameworks
I'm using c++ OpenFrameworks and ofx3dModelLoader to load in 3ds models that I've already created. This is working great. However I would like to smoothly transition models visually as the enter the ...
0
votes
4answers
46 views
language and framework of choice for iPad development for music sequencer
I need to create a music sequencer for the iPad but have no experience yet on this platform. I have several questions about this subject, hopefully I can find some answers here.
OpenFrameworks seems ...
0
votes
1answer
125 views
Can't return anything other than 1 or 0 from int function
I wish my first post wasn't so newbie. I've been working with openframeworks, so far so good, but as I'm new to programming I'm having a real headache returning the right value from an int function. I ...
0
votes
0answers
25 views
OpenNI counting users and sending data thru OSC
not very familiar with c++, but i'm trying to send some data to a java/processing sketch. The problem is I don't know how the user count is for Open Frameworks ofxOpenNI. I want to count as much as 3 ...
0
votes
1answer
41 views
OpenFrameworks Brush Tool Implementation
I am working on Open Frameworks.
I have made an application that extracts the face of the user from the live feed and projects it on a rectangle of chosen colour. Now I want the user to be able to ...
0
votes
2answers
68 views
Referencing 64-bit static library from a 32-bit Xcode project
I'm trying to build an OpenFrameworks project while using the echoprint API in C++ in Xcode. OpenFrameworks requires to be built in i386, but echoprint builds in x86_64.
Is it possible to reference ...
0
votes
1answer
74 views
What is the best way to integrate Google Analytics into a C++ OpenFrameworks desktop project?
I'm currently building an OpenFrameworks project and need to use Google Analytics to track user interactions. I have yet to find any existing C++ libraries for doing so, and am considering writing my ...
0
votes
0answers
88 views
Openframeworks and ARToolkitPlus plugin on Windows 7 with VS2010
I downloaded openframeworks, compiled it successfully and run the provided examples. All works fine.
I found a plugin that integrates a modified version of ARToolkit in order to compile it as a plugin ...
0
votes
0answers
59 views
using a specific usb port for a device instead of a device id
I have a system in open frameworks that allows me to use 6 kinects for a project (yay!)
whenever I turn the system off and on (or have to restart due to crash) the devices id's no longer match the ...
0
votes
3answers
127 views
Stuck with twitcurl
this question has gone back and forth a bit as I have learnt some things about g++ about unix systems (sorry if I messed anyone about).
For a project I am currently trying to finish I would like to ...
0
votes
1answer
145 views
Intermittent crash in recordingCallback() on app launch
My iOS app (using openFrameworks) crashes 30-40% of the time on launch on this line:
if(soundInputPtr!=NULL) soundInputPtr->audioIn(tempBuffer, ioData->mBuffers[i].mDataByteSize/2, 1);
...
0
votes
1answer
102 views
Should Cocos2D take EAGLview from openFrameworks, or vice versa?
Trying to get Cocos2D and openFrameworks to play nicely together on iOS. Both want to use GL / EAGLview, and of course they can't just both do glView = [[EAGLView alloc] init] because you can't have ...
0
votes
1answer
46 views
QTKit video playback gives screen garbage with ofxQTKitVideoPlayer
I've downloaded this example. It compiles fine and runs but gives this:
It would seem that something's not clearing a screen buffer? I'm using the included .mov file and openFrameworks 0062 and 007 ...
0
votes
1answer
82 views
Two libraries extend EAGLview and I want to use them both. How?
openFrameworks and cocos2d both have a wrapper for EAGLview.h, and of course you can't just use both. Just adding both libraries (libcocos2d.a and libofxiPhone_iphoneos_Release.a) to my project gives ...
0
votes
2answers
70 views
Why is this code deleting the contents of previous XML tags?
This is openFrameworks C++ code. It's saving information about each move made in a game, but each new game wipes out all of the values inside <MOVE> <PLAYER/> <MOVE/> for any ...
0
votes
1answer
40 views
Adding to vector of objects with attributes determined by constantly changing values
For this issue, I have done research, but I am not sure I have been searching for the right terms? Maybe someone can help...
I am writing an app in openframeworks that is basically a sound ...