LuaSprite Reference

LuaSprite is an environment that allows you to run Lua programs with support for graphics operations. Currently LuaSprite runs with support for SDL which is the Simple Direct Media Layer.

LuaSprite uses double buffering to allow drawing complicated images without flickering.

All drawing operations occur in the offscreen buffer, which is copied to the display buffer, onscreen, using the SpRender call.