🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Integrating LUA with C++: toLua or OR_LUA?

Started by
0 comments, last by TonyFish 20 years, 11 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>{
Advertisement
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