Monday, August 20, 2007

Some GUI stuff

I've created some simple, but powerful gui system. Right now I have text buttons, buttons with images and text area what automatically warps text to new line and supports scrolling. Oh did I mention that I have my own cursor too?;) . GUI is implemented using Molly Rocket's Immediate GUI technique.

Drop down of FPS is because of not frustum culled planets - easy to fix in future :)

2 comments:

Stani said...

It's really immediate mode? I couldn't wrap my head around the idea , but it seemed useful ^_^ It's cool that you implemented it. Looks nice.

Kamil said...

Really, really ;) Few minutes later after I wrote this post I had fully working list view with scrolling and selection :). I could write on my blog about how I did this, if you like.