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...

Wednesday, February 3, 2010

T|E2 NAND chip & general project status

TE|2's NAND chip was connected in a rather weird way, but I made it work. TX's partition manager reads its partitions just fine too :)


I've been posting less statuses since I've been somewhat occupied with someone :) and thus have less time to code.

Also, expect to see a little UI demo soon