What is the recommended library for using Lua from C++?

Posted by DevilWithin on Game Development See other posts from Game Development or by DevilWithin
Published on 2011-01-29T02:00:09Z Indexed on 2012/09/19 9:53 UTC
Read the original article Hit count: 195

Filed under:
|

I am currently planning how to integrate Lua scripting in my 2D Game Engine, and i would like to go straight to the most adequate solution for having C++ classes and objects exposed.

I've read this (if it helps you help): http://lua-users.org/wiki/BindingCodeToLua

If you have a better scripting language to recomend, go for it ;D

All help is welcome, i need to pickup the best solution to start implementing Thanks

© Game Development or respective owner

Related posts about c++

Related posts about lua