[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: SDL with Lua 5?
 
- From: Joe Seeley <joiey.seeley@...>
 
- Date: Fri, 7 Jan 2005 13:23:17 -0600
 
I am trying to use the existing SDL binding for Lua in Lua 5.  I try
to access this library using the loadmodule function like this:
if loadmodule then
	loadmodule("SDL")
end
Is this still supported with Lua 5?  It looks like the existing SDL
binding was created against Lua 4.  I know I could use the LuaCheia
distro, but I want to keep this as minimal and portable as possible;
the LuaCheia distro has too much overhead for my purposes.
Thanks,
       Joe