Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 569 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 569 Bytes

sdlApp

SDL2 window manager with a Lua API written in C++.

This library may be used to setup, create, and control an SDL2 application window.

Compiling

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.

Dependencies

  • sdlUtility
  • Lua 5.2 binding library (lua52)
  • SDL2 base (SDL2)

Documentation

Documentation can be found in the GitHub pages for this project.