/Diluculum

Diluculum is a library that intends to make the coexistence of C++ and Lua more harmonious. In this regard, it offers essentially three “services”: (1) A nice way to access data stored in a Lua interpreter. (2) A not so bad way to write functions in C++ and make them available to Lua. And (3) A limited and just barely usable way to register C++ classes and objects in a Lua state. (This is a mirror of my "official" repository at https://bitbucket.org/lmb/diluculum)

Primary LanguageC++MIT LicenseMIT

Stargazers