0
votes
0answers
210 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 ...
0
votes
1answer
498 views

Which toolkit to use for 3D MMO game development?

Lately i've been thinking about which path to follow for developing an 3D Online game. I have googled a lot but i couldnt find a good article that covers both game development and online server & ...
6
votes
3answers
6k 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 ...