views:

175

answers:

1

I'm planning to use Ogre3d for 3d rendering to make a game prototype. Wanted to see how people use it. Does anybody know open source engine based on Ogre3d that is worth looking at?

I have tried to search at sourceforge, but couldn't anything good.

Thanks

+2  A: 

The Ogre Wiki will give you idea of how many people use Ogre3D, and what engines are based it: http://www.ogre3d.org/tikiwiki/Projects+Using+OGRE

I'd say it's definitely been used for enough to be considered both popular and solid.

For engines, there's two open source that seem worth looking at: Yake and jgge, but personally I prefer NeoAxis even though it's not open source. If open source is a requirement, I would choose MOGRE and choose the other subsystems appropriately for the project, perhaps following http://www.ogre3d.org/addonforums/viewtopic.php?f=8&t=13111&start=0&sid=c999f92704ee1acf2efa91889c619adf.
Ogre3D tends to be used this way rather than for a whole game engine with fixed subsystems.

RD1