Free little transparent Win32 game wrapper...

Hey, all; I slapped this transparent little game wrapper together for my own projects…

It grew out of the fact that I don’t like using wrapper type stuff like GLUT that I have no control over and is too “thick” for me, and my love for how simple old dos games/demos were to start playing with…

So, all you have to do is include all the code, and the wrapper sets up an 800x600 32 bit hardware accelerated opengl window, direct input & direct sound. The library also has some crappy little socket and string wrappers… You just include the files and you can start writing your code in MonkeyLibMain without worrying about all the silly win32 setup stuff.

It’s totally free and clear, I just figured I get so much use out of this board and some of you might get use out of it, since it’s essentially a week or so of nasty api level grunt work in a little package that seems to work most of the time =P…
http://www.areth.com/monkeylib.htm