What is the recommended library for using Lua from C++?
- by DevilWithin
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