Easy to use cross-platform 3D engines for C++ game development?

Posted by davr on Game Development See other posts from Game Development or by davr
Published on 2010-07-14T19:21:17Z Indexed on 2012/06/09 16:49 UTC
Read the original article Hit count: 443

Filed under:
|
|
|
|

I want to try my hand at writing a 3D game. However I don't want to start at such a low level of drawing individual triangles and writing my own 3D object loader and so on. I've heard of things like Irrlicht, Crystal Space 3D, and Cafu, but I don't have any experience with any of them. I'm looking for suggestions from people who have experience with these or other engines on which ones are well written, and are easy to get started using, without having to learn a ton of 3D math theory and how GPU's work internally.

© Game Development or respective owner

Related posts about 3d

Related posts about engine