Home Forums Programming Anyone here used Irrlicht?

Viewing 8 reply threads
  • Author
    Posts
    • #5559
      Anonymous
      Inactive

      Just started messing about with the impressive Irrlicht graphics engine. Just wanted to know if anyone here has used it in any projects. It seems to have a nice balance between being easy to use but highly flexible, taking care of some monotonous tasks like mesh loading etc but still allowing the programmer full control.

    • #33454
      Anonymous
      Inactive

      Yeah ive used it a few times but no major project done with it, it is qutie impressive for an opensource engine. I also advise checking out panda3d engine also, thats quite good (uses python) and really easy to code.

    • #33456
      Anonymous
      Inactive

      I quite like Ogre myself.

      http://www.ogre3d.org/

    • #33460
      Anonymous
      Inactive

      Orge is a graphics engine rather then a game engine, you need to include your own physics, collision ect….have you managed to do this yourself ? If so did you code your own stuff or implement it ?

    • #33463
      Anonymous
      Inactive

      I used Ogre for graphics, OpenAL for audio and Direct Input for well you can figure that one out yourself. Just a small tech demo so the limited physics I did have were programmed myself. I’m reworking my site at the minute so I should have some shots up in the not so distant future.

    • #34252
      Anonymous
      Inactive

      Regarding Ogre, check out OgreNewt. It’s a binding to the (excellent) Newton physics engine.
      Using OpenAL and directInput you’ve got a complete game engine.

    • #29233
      Anonymous
      Inactive

      Ogre has been further extended to a stand-alone Game Engine, called YAKE.

      http://www.yake.org

      Just F.Y.I.

    • #34851
      Anonymous
      Inactive

      Regarding Ogre, check out OgreNewt. It’s a binding to the (excellent) Newton physics engine.
      Using OpenAL and directInput you’ve got a complete game engine.[/quote:fc983b2390]

      Even better, you might know that Ageia has released Physx for all developers free of charge and there is a plugin at http://www.nxogre.org/Main_Page
      Looked at some of the samples it looks very good

      Use Ogre for my project in Abertay and probably using it for Dare too. Investigated using Yake and GOOF but the other lads weren’t too keen even though I was all for it. Yake looks to be a neat little package of plugins but not sure how active the community is there on the webpage and the wiki. There are very few examples of games made with them but they cite on the website to just look at Ogre’s website for examples as Yake just uses Ogre for Graphics. Think in the end we went for Ogre for our project as we wanted as much flexibility as possible and didn’t want to be constrained but as I said I was all for it, anyone actually use Yake? Keen to see if it is any good

    • #34856
      Anonymous
      Inactive

      Ogre has been further extended to a stand-alone Game Engine, called YAKE.

      http://www.yake.org[/quote:879c3cd18a%5Dthat looks great. Nice find

Viewing 8 reply threads
  • The forum ‘Programming’ is closed to new topics and replies.