Skip to content

chrg127/lua-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A bunch of lua utility libraries made for fun. Here's the rundown:

  • fmt.lua: utilities for formatting and printing stuff. The huge thing here is being able to print table structures, even indented, as well a format() function that works very similar to python.
  • oop.lua: implementation of a simple OOP system for lua.
  • util.lua: general utilities, check inside for details.
  • math.lua: miscellaneous mathematical utilities.

Unless otherwise noted, all these libraries are on the public domain.

About

A collection of utilities for lua.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages