Results 1 to 4 of 4

Thread: Irrlicht vs Ogre

  1. #1
    Join Date
    Apr 2008
    Posts
    46

    Irrlicht vs Ogre

    Hi,

    I need adive regarding Irrlicht and Ogre. Which one do you prefer from this two ? and why you prefer? which is best ?

  2. #2
    Join Date
    Mar 2008
    Posts
    198

    Re: Irrlicht vs Ogre

    The Irrlicht Engine is an open source high performance realtime 3D engine written and usable in C++ and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL and its own software renderer, and has all of the state-of-the-art features which can be found in commercial 3d engines.

    OGRE has grown to become one of the most popular open-source graphics rendering engines, and has been used in a large number of production projects, in such diverse areas as games, simulators, educational software, interactive art, scientific visualisation, and others. and it's free, so why not try it out?

  3. #3
    Join Date
    Nov 2005
    Posts
    1,323

    Re: Irrlicht vs Ogre

    Ogre3D offers some more features and might be a little bit more mature but Irrlicht's design is more simple . For Irrlicht all you'll need is one DLL file while Ogre has tons of DLLs and afaik some directory structures you can't or shouldn't change. Not sure on the last one as I never tried it that far.

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Irrlicht vs Ogre

    LGPL licensed libraries (like Ogre) can be used with commercial projects without paying anyone anything. The LGPL licensing just means when you modify the library itself, you have to open source these changes too when you release your program, but only these specific changes and not your whole game/application or whatever you write.

    When you extend the library by using it (e.g subclassing a class like you would in Irrlicht when you create a new scene node type), then you don't need to open source these changes.

Similar Threads

  1. Tactics Ogre: Let Us Cling Together Review
    By Steinbach in forum Reviews
    Replies: 1
    Last Post: 10-02-2011, 07:04 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,635,556.94999 seconds with 17 queries