/luargl

Lua bindings for the rgl game framework

Primary LanguageCGNU General Public License v3.0GPL-3.0

Luargl

Lua bindings for the RGL game framework.
API available here

Setup

Dependencies:

  • freetype

Running the example:

  1. Remove the rgl folder
  2. ./update_rgl.sh
  3. ./run.sh

About

The entry point to the luargl library is src/luargl/luargl.c
The main entry point is src/main.cpp

todo

Todo:

  • type validation for every function
  • animated sprites
  • fix _rgl_camera
  • make fonts into objects and load them better
  • write a test project and define a project structure
  • fix the gitignore