Skip to content

uriid1/uriid1-lua-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(ule) uriid1-lua-extensions

A collection of lightweight Lua utility modules, extending the standard library with practical helpers for math, bitwise operations, date/time, paths, tables, strings, vectors, and more.
Designed for clean, minimal code and compatibility with Lua 5.1+.


📦 Installation

Via LuaRocks:

luarocks install uriid1-lua-extensions

Usage

local ule = require('ule')

local ustring = ule.ustring
local utable = ule.utable
local umath = ule.umath
local utrig = ule.utrig
local udate = ule.udate
local vec2 = ule.vec2
local path = ule.path
local bit = ule.bit
local test = ule.test

Gen LDOC

ldoc -s '!new' -d ldoc src/extensions

About

Collection of lightweight Lua extensions and utility modules

Topics

Resources

License

Stars

Watchers

Forks

Languages