antirez / load81

SDL based Lua programming environment for kids similar to Codea
BSD 2-Clause "Simplified" License
599 stars 62 forks source link

initial sprite support using SDL_Image #34

Closed ghost closed 12 years ago

ghost commented 12 years ago

Sprite support using SDL_Image. Sprites are loaded once and cached in the Lua registry. An example is shown in examples.

ghost commented 12 years ago

No longer merge-able