Monday, February 2, 2009

DeeTexGen

This is an old project I found together with a few others, it's a simple texture editor created with win32 api and absolutely no classes or real structure behind it. I picked it up again however and added some new features, next thing to add is correct bitblit'ing of the bitmap instead of putting pixels as I had originally implemented the texture display drawing, you can actually see the drawing happening as it is right now :)


The current version can be downloaded from mediafire. It's a debug build and hopefully not all too unstable.

My future intentions for this app is to use it as an editor for a custom procedural texture format. Any new progress will be posted here.