Skip to main content
GameDev.net gamedev.net
🔒 Locked

What is the best C++/Lua wrapper?

Started by Fatal Error Feb 17, 2005 at 12:22 PM 1 replies 9.9k views
Original Post
Fatal Error
Fatal Error
Hello there I used to export my c++ functions and classes to lua by myself but i changed my mind and decided to rely on automatic wrappers. I checked the tools on lua.org and found c2lua!! but the problem with this program it needs some additional work to export ur functions and classs!! so i'm here to ask if there is a more is easier tool to do the job for me?!?!?!
Storms .. Wind and Fire .. READ MY CALLS
marcusz
marcusz
luabind and tolua

http://luabind.sourceforge.net/
http://www.tecgraf.puc-rio.br/~celes/tolua/


HTH


/Marcus
Roots
Roots
I made a thread just like this one a couple months ago. After several responses, it seemed the general consensus was there is no best C++/Lua binder library. It all comes down to what you are most comfortable working with it seems. People just picked one, it worked, and that was it.

I have passed off the Lua baton to another member on my team shortly after discussion in that thread ceased, and he decided to write his own instead (and it works). So I guess just pick one that fits your needs and there ya go. [smile]

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.