lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Jul 5, 2010, at 9:59 AM, Moritz Moeller wrote:
On 07/05/2010 06:53 PM, Jose Marin wrote:
Is there any recent Lua binding for SDL or GLUT, that works with Lua 5.0 or later?

http://love2d.org/

.mm


Love is more of a game framework.  If you're looking
for a more straightforward binding, LuaSDL 0.3.4 is
for Lua 5.1:

http://luaforge.net/projects/luasdl/

If you're looking for something very lightweight,
it's not hard to roll your own.  I could send you
mine as an example.

-Sean