/luma

Minimal game engine using opengl and lua

Primary LanguageCMIT LicenseMIT

luma - Yet another game engine

This project will try to create a minimal, cross platform game engine scriptable in lua.

The code will be written in ANSI C and depend on the following - cross platform - libraries.

Setup

  1. Checkout the respository and run ./setup.sh to set up the dependencies and compile them (this is only tested on linux right now).
  2. Build the engine (there's nothing to build just yet)