C/C++
Quick Start Embedding Lua In C++
Introduction Lua is a pretty straight forward simple scripting language that can be implemented in a number of languages. Today I’m going to show you how easy it is to embed Lua in C++. First thing you’re going to need to do is create a sane build environment by installing Read more…