Has ogre provided some facility for developing a online game
-
- Gnoblar
- Posts: 4
- Joined: Sat Apr 02, 2005 2:27 pm
Has ogre provided some facility for developing a online game
I'm a beginner. I serach the API document found that there maybe no network api? am I right?
-
- Hobgoblin
- Posts: 508
- Joined: Tue Feb 03, 2004 6:39 am
Ogre is only a graphics rendering engine. It will only handle displaying (very sexy) graphics onscreen. To make a complete game, you have to use some external libraries for things like physics and networking. Check out this wiki page for some examples of libraries to use.
-
- OGRE Retired Moderator
- Posts: 4823
- Joined: Fri Jun 18, 2004 1:40 pm
- Location: Berlin, Germany
- x 7
You're right. Ogre (Object-oriented graphics engine) is, as the name subtly hints, a graphics engine. 
To make a game, you'll probably need a sound library too. For online games, a network library and depending on the complexity (let me guess, MMORPG
) some other libs too, if you don't want to code everything yourself.

To make a game, you'll probably need a sound library too. For online games, a network library and depending on the complexity (let me guess, MMORPG

-
- Gnoblar
- Posts: 4
- Joined: Sat Apr 02, 2005 2:27 pm