Python-Ogre in PySide v.s. PyQt

fpois

24-01-2010 12:23:06

Anyone with experience with running Python-Ogre within PySide or PyQt?

dermont

26-01-2010 19:00:19

Anyone with experience with running Python-Ogre within PySide or PyQt?

I think a number of people are using PyQt with python-ogre. You should try both depending on your requirements.

PyQt is probably one of the best python bindings about but is GPL last time I checked.

PySide is LGLP and API compatible with PyQt (or very near to with the samples I switched from PyQt). PySide's libraries are quite large since they are built with boost, though I think they are moving to a new build system.

If the license isn't an issue for you then both should be pretty easy to use with python-ogre on Linux at least - not too sure about PySide on Windows.