/lua

Primary LanguageLuaMIT LicenseMIT

lua

Resources and experiments with the Lua language.

Links

luax

Library for the Lua standard library.

require "luax"
cd ./luax/
lua main.lua

Recommended libraries

love2dx

Library for a simplistic 2D graphical library.

require "luax"
require "love2dx"
cd ./love2dx/
love .

Links

flock

A boid prototype with Love(2D)!

The starting point of my Lua experiments.

cd ./flock/
love .

Links