Is Ogre for me?

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
konrad236
Gnoblar
Posts: 3
Joined: Tue May 24, 2005 6:47 pm
Location: Toronto, Ontario, Canada
Contact:

Is Ogre for me?

Post by konrad236 »

Hello,
I've been programing for 8 years in C, and just recently began to learn C++. I have decided I want to design a 3rd person RPG. I have never used any 3d graphics before, and and willing to spend the time to learn a new library. My question is, should I try OGRE, or is there a better suited library for me?
User avatar
Kencho
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 4011
Joined: Fri Sep 19, 2003 6:28 pm
Location: Burgos, Spain
x 2
Contact:

Post by Kencho »

For graphics, yes. Of course, you'll need to learn other libraries for sound, physics... but Ogre is really easy and fun. Also, it's very well suited for any kind of game or even applications.
Image
User avatar
Raven
Goblin
Posts: 203
Joined: Wed Mar 23, 2005 1:07 pm
Location: Melbourne, Australia
Contact:

Post by Raven »

Ogre is very useful for game development for the following reasons:
1. It is cross-platform
2. It is fast
3. It is free

For making games I like the following setup:
OGRE for rendering
OpenAL for sound
ODE for physics (using OgreODE)
CEGUI for GUI and Overlays
I used up all my sick days, so I'm calling in dead.
User avatar
alphageek
Gnome
Posts: 365
Joined: Mon Jan 03, 2005 11:56 am

Post by alphageek »

Yes, Ogre is for you. It's the best OSS rendering library, and you can learn a lot about good design and good C++ from it, too.
Post Reply