SDL2 window manager with a Lua API written in C++.
This library may be used to setup, create, and control an SDL2 application window.
To compile the source code, it is recommended to use the Code::Blocks project included in this repository. This library has only been tested in Windows environments.
- sdlUtility
- Lua 5.2 binding library (lua52)
- SDL2 base (SDL2)
Documentation can be found in the GitHub pages for this project.