CEGUI without OGRE ???

Just starting out? Need help? Post your questions and find answers here.
DaylightDreamer
User
User
Posts: 52
Joined: Wed Feb 04, 2009 8:11 am
Location: Armenia

CEGUI without OGRE ???

Post by DaylightDreamer »

Is it possible to run CEGUI without having to execute the OGRE engine ???
PMV
Enthusiast
Enthusiast
Posts: 727
Joined: Sat Feb 24, 2007 3:15 pm
Location: Germany

Re: CEGUI without OGRE ???

Post by PMV »

No ... and maybe yes.
CEGUI is included into OGRE as a plugin, that is compiled into the dll of
OGRE, that you have to ship with and it will be calculated by calling RenderWorld().

If you go to CEGUI website, you will see ... it has nothing to do with OGRE.
It is a standalone framework and so it can be included in everything, even
for PB you could write a renderer (with c/c++) to have it working without
OGRE ... but it could be a huge work and i don't know, if it is possible without
knowing the internals of PB.

MFG PMV
DaylightDreamer
User
User
Posts: 52
Joined: Wed Feb 04, 2009 8:11 am
Location: Armenia

Re: CEGUI without OGRE ???

Post by DaylightDreamer »

Thanks :)
That answers my question .
Post Reply