blackshibe / luargl

Lua bindings for the rgl game framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lua bindings for the rgl game framework

License:GNU General Public License v3.0


Languages

Language:C 63.9%Language:Lua 24.0%Language:C++ 8.1%Language:GLSL 2.0%Language:Shell 1.1%Language:Makefile 0.8%