Skip to content

KirbyKid256/lua-libExpand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-libExpand

This is a collection of functions I compiled together to expand on the default Lua libraries. It's meant to be easy to add to your Lua projects such as LÖVE. It's recommended to use the Lua extension in Visual Studio Code for tips on what each function does, otherwise it will be a comment in the files themselves.

Functions I pull from elsewhere will be linked below:

  • From Mari0: AE
    • math.clamp
    • string.split
    • table.contains
    • table.find

About

Adds more functions to the basic Lua libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages