BonsaiDen / luma

Minimal game engine using opengl and lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Minimal game engine using opengl and lua

License:MIT License


Languages

Language:C 83.3%Language:C++ 8.4%Language:Shell 7.2%Language:Lua 0.6%Language:PHP 0.5%