Eterna is static Lua wrapper library written using C++17 standard. Does not support full fuctionality yet.
Required:
- CMake 3.12 or higher
- Compiler with C++17 features
Instructions:
After building project ( "Build" folder is preferred ) libs will be in newly created Lib folder. Include Src\Eterna.h and enable C++17 features ( /std:c++17 )
See Eterna\Examples\Examples.cpp for usage.