we are working on integrating CEGUI into the Panda3D game engine
(http://www.panda3d.org). Panda3D is meant to be used from Python, so
we need the Python wrappers for CEGUI.
See the discussion here:
http://www.panda3d.org/phpbb2/viewtopic.php?p=43822#43822
Basically, we've found that Python-Ogre provides the wrappers we need,
but the CEGUI wrapper depends on Ogre (because of the Ogre renderer).
Also, we found that it's possible to remove the dependency on Ogre by
removing all references to Ogre stuff in the cegui class in
environment.py, code_generators/cegui/customization_data.py and
code_generators/cegui/generate_code.py
Would it be possible to have the CEGUI wrappers not depend on Ogre?
Maybe a separate branch for those who don't need all of Ogre, but need
CEGUI wrappers?
Thanks,
Nik