Today i've finished the input and render management of my gui system.
Focuses are working well.
Now i will get a bit deeper into other gui element like textboxes and buttons.
Here is a demonstration of how it works:
After a few days of trying to integrate cegui into leadwerk I've decided to develop my own gui system in leadwerks.
It will be a full skinable gui system. Today I finished the imageset loader to define imagesets.
Imagesets are described in xml.
Here is an example:
<?xml version="1.0" encoding="utf-8" ?>
<guiconfig>
<imagesets>
<imageset name="window">
<image relation="topLeft" width="10" height="10">
<![CDATA[abstract::windowTopLeft.dds]]>