-
Notifications
You must be signed in to change notification settings - Fork 0
namespace lua -- a C++ binding to Lua with table-like usage
License
syntheticpp/nlua
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
nlua -- namespace lua nlua is a binding between C++ and Lua. The main idea is to have a C++ API which follows the 'table' approach: the C++ code should look a little bit like Lua code. Another goal is to have an easy to understand and maintain code base. Using templates couldn't be avoided but not much meta-programming is used. In the test directory are examples how the example binding of the book "Programming in Lua" could be transformed into nlua code.
About
namespace lua -- a C++ binding to Lua with table-like usage
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published