mjaulib
December 5th, 2008 2:59 pmBit late maybe, but anyway.. Here’s something I’ll probably use as baselib this time.
Pretty basic stuff, nothing too fancy. Some functions for setting up SDL, Lua, PhysicsFS, and running things at a fixed logic rate with a free video framerate (for interpolation). You call mjau_init first, then mjau_resize, then mjau_loop and handle the rest in the callbacks. Also got a png loader so you don’t have to pull in SDL_image just for that.