openframeworks
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).[详细]
2023-04-09 12:17 分类:问答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 t[详细]
2023-04-04 15:21 分类:问答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[详细]
2023-04-02 18:01 分类:问答QTKit video playback gives screen garbage with ofxQTKitVideoPlayer
I\'ve downloaded this example. It compiles fine and runs but gives this: http://charliewilliams.org/images/screengarbage.png[详细]
2023-04-02 10:52 分类:问答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[详细]
2023-04-01 19:30 分类:问答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 开发者_如何学Cof Pong and fooseball. As the ball gains speed and[详细]
2023-03-31 08:40 分类:问答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[详细]
2023-03-29 23:54 分类:问答What's best for your Video Tracking? Why?
Best as in reliable, maintainable and fast. Considering Processing, VVVV or OpenFrameworks? I know Processing doe开发者_Go百科sn\'t handle big video frames very well.[详细]
2023-03-25 04:53 分类:问答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:[详细]
2023-03-24 04:43 分类:问答stdvector inserting and erasing problem
I need to control the amount to touch points in my application, for this I am using a vector container and my basic setup is this:[详细]
2023-03-23 03:49 分类:问答