Using PyOgre for game engine?

boyamer

23-11-2009 08:01:38

Hi all,anyone knows it PyOgre is capable for creating a game engine? Any support on creating editor,property binding,etc?

Thanks

bharling

03-02-2010 16:23:22

hi ,

yes its completely capable - thats the whole point of python-ogre really. It is not a gameengine itself but you can use it to create one very easily - well more easily than c++ anyway./

Ogre is just a ( very good ) rendering engine, it just draws graphics to the screen. Everything else is up to you but there are lots of helpful libraries in PO for things like GUI, terrain etc.

VanHelsing

06-02-2010 04:22:00

Well how do you instally python-ogre?