Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 605 Bytes

File metadata and controls

9 lines (6 loc) · 605 Bytes

LuaWrapper

A wrapper for Lua written in C++11. Work in progress.

As the title says, a mostly bug free Lua wrapper. I've used it in BeatHeroes, Material 2D and LuaRooms

One issue the library has is that I fully clean the stack after each call to the wrapper to avoid malformed stacks. While this works, and has no bugs, I think each call should be written in a way that it can clean up after itself. I'll try to address this at some point.

TODO

  • Get rid of CleanStack()