LuainCPP

Integrating Lua into C++
Download

LuainCPP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Craig Richards
  • Operating Systems:
  • Windows All
  • File Size:
  • 94 KB

LuainCPP Tags


LuainCPP Description

The LuainCPP application was developed to be a small test tool for embedding the Lua scripting language with C++ objects.Often I have come up against the situation in programming when the need arises to tweak and twiddle in order to arrange items or to set their values. This always requires rebuilding (or edit/continuing) the code over and over again, which wastes a lot of time and hence the idea of incorporating a scripting language in the program. This way I could just change the script, save it and re-run the program over and over again saving a lot of building time.Lua is a powerful light-weight, small footprint programming language designed for extending applications. Along with this Lua provides its own memory management through garbage collection (which can be specialized for your application). Lua is also fully re-entrant code with no global variables.


LuainCPP Related Software