bit32 library backported for Lua 5.1.4

Here's a version of the bit32 library from Lua 5.2.0, fully back-ported to Lua 5.1.4:

lbitlib-5.2.0-backport4.c

On my linux and Mac OS X x86 systems, it passes all the bitwise.lua tests from the Lua 5.2.0 test suite.

ysdl

ysdl is a lightweight SDL binding for Lua 5.1.x. Depending on what you are looking for, it may or may not be of interest to you.

Advantages:

Disadvantages:

In other words, if you're looking for a complete, hand-holding SDL binding, this isn't it. If you'd like a simple, lightweight SDL binding, and don't mind occasionally adding things on the C side, then ysdl might work for you.

Download:

Example Applications: