Resources and experiments with the Lua language.
Library for the Lua standard library.
require "luax"
cd ./luax/
lua main.lua
- https://github.com/MineGame159/shard (locale, signal...)
- https://github.com/Sheepolution/batteries (functional, vec2, vec3...)
- https://github.com/airstruck/knife (base, timer...)
- https://github.com/rxi/json.lua (json)
- https://github.com/veethree/spatial (2d grid system)
- https://github.com/rxi/lume
Library for a simplistic 2D graphical library.
require "luax"
require "love2dx"
cd ./love2dx/
love .
A boid prototype with Love(2D)!
The starting point of my Lua experiments.
cd ./flock/
love .