Thanks, works a treat and I’ve been able to start tinkering with the examples.
It’s really odd that when I try to chug C++ it sort of goes gloopy instead of stuttery. I suppose there might be some way of enforcing a framerate but for now I’m quite pleased to be playing with a new toy.
you can try ofSetVerticalSync (and also, with your graphics card you can turn this on / off / application decides) – and also ofSetFrameRate() . we’ve fixed a bug with ofSetFrameRate in the new release 0.05 – you might want to check it out and also, check out codebocks.
We’re going to be suggesting folks move from devcpp to CB since devcpp is not really being maintained and has some problems.