Re: loadlib was Re: 3D Math libs for Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: loadlib was Re: 3D Math libs for Lua
- From: Asko Kauppi <asko.kauppi@...>
- Date: 2004年4月13日 18:48:09 +0300
LuaX does it this way, and it has some benefits. One of them is that
the modules are essentially unaware of the underlying Lua engine. This
makes the whole version handling much easier, i.e. Lua 6.0 can most
likely be incorporated without recompile of existing modules.
-ak
13.4.2004 kello 18:21, Virgil Smith kirjoitti:
There are some ways of fixing this (a la Quake2/3 where the app
exports the needed functions through a callback structure -- brute
force, but surprisingly effective), but I'm not sure what the current
state is.