Glow (music video)
I made a tune and found a fitting video for it!
(Embedded Video)Also, I'm playing guitar on this. I'm no good at playing guitar!Tristesse.mp3
UI Design Dump
For some reason I like to make graphical user interfaces. Either an actual interactive interface, or just the graphics. I remember back in the GM-days I did a lot of menus for various folks. Not sure why. I guess I just got hooked once I figured out how to make …
Programming with OpenGL #8
Since last time, I've done a lot of stuff. I now have a proper menu-system. Each menu is rendered to a rendertarget, so transitions are really easily done. I've also got a focus-system, where only one item can be interacted with at a time, and the currently focused item is …
Programming with OpenGL #7
Right now, my project is br0ke. It's giving me a bunch of errors, including an "unexpected end of file". I cannot see where the error lies.
Before this happened, I recorded a video to show my recent progress.View videoThis menu is set up like this.// Main Menu …
Ambient Music Compo Entry
There's a competition going on at SceneCompos (info) and I've started working on my entry. I often enter into compos on that site. I even got first place once, before the really skilled people got wind of the site.
Here's my entry so far:http://mordi.ziphoid.com/data/music/work_in_progress/Ambient%20Compo%20wip.mp3It borrows a …Programming with OpenGL #6
Programming with OpenGL #5
Finally got my spritefont to work properly.
Before, I simply had an array of 223 characters, drawing each texture separately. Now I've optimized it further by including all characters into one single texture. I've also contained all the info I need about each character into a struct, which is much …