Welcome to Lua Graphics Toolkit’s documentation!

The Lua Graphics Toolkit is a Lua module for creating plots and graphical animations using a simple Lua interface.

The module does implement the core functions in C and C++ using the Lua’s C API. A second layer of functions are implemented in Lua.

Currently only LuaJIT2 is officially supported but nothing prevent to use the library with the standad Lua implementation (PUC-Rio).

Contents:

Indices and tables

Table Of Contents

Next topic

Graphics

This Page