A collection of Lua modules with useful utility functions and bindings to C functions and libraries.
Documentation of the API can be found on https://dirkfeytons.github.io/lua-tch/
It's generated with LDoc. The config
used to generate the documentation can be found in ./doc/config.ld
.
Generating the documentation is as simple as ldoc -c ./doc/config.ld src/
from the root of the repository. The generated documentation can then be found
in ./doc
.
This code was originally developed in Technicolor,
hence the -tch
in the name.
lua-tch
uses or binds functionality from the following libraries:
lua-tch
uses the 2-clause ClearBSD license.
For detailse see the LICENSE
file.