I’ve been pottering around with programming for a while, especially making use of the Qt framework. Qt is a powerful cross-platform toolkit used for developing GUI-based software, command-line tools, consoles, operating systems, and some other stuff.
The program I’m posting about here is a simple (and dreadfully incomplete) model viewer. It started off as a desire to look at the models from one of my favourite games, Anachronox, for which I was unable to find a viewer at all (let alone one that worked on Linux). Based on Quake 2’s MD2 model format, it’s old and relatively straightforward, and probably not of much interest to most people, but the supported formats can be expanded, and I plan to add more in the future.
Why post this? I would like some input that I can’t necessarily manage myself, and am not ready to release it to the world at large. I have no idea if it works on Windows (or OSX), so someone would need to test that. While it should be pretty easy to use, I need to see if it actually is easy to use. I need to know if it requires more necessary features. I need to see if it can be crashed. I need a name for it, too.