Skip to content

castlele/cluautils

Repository files navigation

cluautils

This is a package with useful functions to use in your lua programs. You can use it with lua version 5.1 and higher.

Currently available APIs:

Installation

Luarocks online installation isn't available yet, couse library is still in development. But you can do it locally:

git clone [email protected]:castlele/cluautils.git

cd cluautils

luarocks make

Modules

OOP

Goals of this module:

  • provide a basic functionality for inheritance
  • make it easier to compare different classes
  • encapsulate common functionality in a base class

How to use:

-- TODO: TBD

About

Utilities for use in lua development

Resources

License

Stars

Watchers

Forks

Packages

No packages published