CEGUI without OGRE ???
-
DaylightDreamer
- User

- Posts: 52
- Joined: Wed Feb 04, 2009 8:11 am
- Location: Armenia
CEGUI without OGRE ???
Is it possible to run CEGUI without having to execute the OGRE engine ???
Re: CEGUI without OGRE ???
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
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

- Posts: 52
- Joined: Wed Feb 04, 2009 8:11 am
- Location: Armenia
Re: CEGUI without OGRE ???
Thanks 
That answers my question .
That answers my question .
