Advertisement

Integrating LUA with C++: toLua or OR_LUA?

Started by July 12, 2003 08:42 AM
0 comments, last by TonyFish 21 years, 4 months ago
Hi, I''m investigating the LUA scripting language and elegant ways of integrating it into a C++ based game engine. I have dug up two packages which may be of use: toLua and OR_LUA. Which do you think is more appropriate (taking issues such as speed into consideration)? Do you have any other recommendations? I know that a number of professional game projects such as MDK2 have used LUA. Do you know of any details about this? (How LUA was used within these games, etc..) Many Thanks <Fish>{
<Fish>{
If you want to use Lua5 then you can''t use ToLua as it only supports Lua4. I''m not familiar with the other tool you mention, but LuaBind works with Lua5.

http://www.stodge.net - the powerhouse in personal commentary
---------------------http://www.stodge.net

This topic is closed to new replies.

Advertisement