Skip to content

shkschneider/lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages