0
votes
0answers
213 views

Good C++ based game engine or API/library to start with? [closed]

I am involved in a team study at college this year, and we will be working with graphics and game engines. We're having a bit of trouble deciding on how to start out in the course (it is almost all ...
1
vote
4answers
1k views

Make the game run 60 fps in Irrlicht Engine

I want my game run at 60 fps, but i don't know where to start, i have the simple loop: while(device->run()){ How do i lock the fps to 60?
6
votes
3answers
7k views

Ogre vs. Irrlicht

I've experimented a bit with the Ogre (http://www.ogre3d.org) and Irrlicht (http://irrlicht.sourceforge.net) engines, both of which are open source and are trying to fill similar niches. From what ...