lua-users home
lua-l archive

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



I've worked up an almost complete LUA interface for FMOD. It is wrapped as a (win32 only for now) LuaEnhancedModule (LEM). The LEM is compatible with the LuaBinaryModule import routines, is statically linked to vanilla lua 5.0, and enhances the BinaryModule standard by:

Registering the module in a 'lem.' gobal table with the namespace of the module as a key. This key points to a table with the following required keys:

'Name' : Long Name of the module.
'Version' : Version Number of the module.
'Reload' : Pointer to a function which is called when a reload is needed*.

It may or may not contain:

'Author' : Authors name(s).
'Legal' : Legal Restrictions if needed.
'Web' : Website of the module.
'Source' : Place to download the module from, like 'http://lua.greyearth.com/FIL/lmFIL.dll'

All my LUA projects are now at:

http://lua.greyearth.com

Jason Petrasko (jp@greyearth.com)

_________________________________________________________________
Compare high-speed Internet plans, starting at $26.95. https://broadband.msn.com (Prices may vary by service area.)