Tuesday, March 23, 2010

lack of time

working in a startup, i have very little time lately, sadly.

still working on this once in a while though...

Tuesday, March 2, 2010

Meh

My messing around with FAT code broke fat12...fixing it

Monday, February 22, 2010

FAT

did some optimizations on fat code. it is much faster now :)
also it's been converted into a proper module instead of the weird half-module state it's been in

Tuesday, February 16, 2010

UI 2

Who knew photoshopping many small images could be so time consuming. I created the 45 images today that make up all the images needed for buttons (button is 9 images, and there are 5 states: on off disabled, focused, focused&on)

Anyone want to take over the graphic design?

UI :)

Just a small photo before i go to bed. I finally got around to drawing up the UI images so now a simple form can render :)




Note the subtle shadow. The ui is composed of PNG images with alpha blending. This means that ALL of the UI can be semi-transparent and have pretty shadows.

The final compositing is done by GfxLib's GfxLibLayer class.

Much much more UI shots soon... (as soon as I draw the other UI elements)

Sunday, February 14, 2010

Freetype

...is a pain in the rear...

Friday, February 5, 2010

fonts

porting FreeType...