Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 589 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 589 Bytes

LuaUtils

This project is purely focused around Lua and an attempt to enhance it's functionaly and OO aspects.

Contents:

  • Various enhancements to the standard libraries which contain that is very often requires for small and large projects.
  • Metatables for some native types allowing features such as boolean xor and implications or direct use of math functions as methods on numbers.
  • A powerful easy to use OO wrapper that supports deep inheritance, abstraction, statics and much more, while keeping performance up.
  • Various utility classes, some more useful than others.