renderware with cegui
Posted: Wed Mar 17, 2010 01:53
by songge3604
Now, I use RenderWare v3.7 for my project, a racing car game, can I use cegui with it?
If I can, How should I do?
Thank you CE, my friend.
Re: renderware with cegui
Posted: Wed Mar 17, 2010 10:00
by CrazyEddie
The situation is the same as for any other engine; you'll need to write a renderer module to interface the two libraries. Depending on how - or if - RW exposes any access to the underlying API, you might be able to use the existing GL or D3D renderers to 'hook in' at a lower level, though there would likely be various problems to overcome to synchronise things correctly.
CE.