Time to clean the cobwebs off the old OpenGL+SDL base code, so I’m not wasting valuable time setting up lib/include paths, and fighting with MSVC’s desire to inflict Unicode pain on anything you try to build…
Here’s what I’m planning to use, should be acceptable under the ‘custom libraries’ rule (except for the font texture, which will have to be replaced during the 48hrs)
http://www.bluescrn.net/LD48/LD48Base.zip
Contains OpenGL+SDL init code (now featuring resolution switching), Texture loading, simple 2D blitting, and some pretty incomplete/untested vector maths code. Linked with FMOD and Chipmunk in case I get a chance to put some audio in, or want to use physics… And of course a very quick test of getting some stuff on screen:
