Here's a small pic of the ship styled on Tron.
My blog about all sorts of random stuff from games to demo effect coding and beyond.
I have also been messing about with my old opengl engine code, it now runs on top of the tiny gl framework and I spent some time improving it abit. It can now load .obj models exported from blender as long as I set a couple export options, it expects UV's and Normals and uses them both so I need to export as a single mesh with normals, uv's and triangulate turned on but if i do that I can load and display the meshs fine, I even seem to have got hard edges working to a good extent. Working on Multi Texturing, going for 2 layers only at this time, cant see me needing more and by that time I will likely be using shaders.
DBF are currently running a demo coding challenge, with a theme of wireframe, will see if I can come up with something for that before the deadline. Hopefully something cool as well.