luatikz__source
A 2D graphics library to draw TikZ graphics using the Lua programming language
- Version:
- 2.12.0
- Copyright:
- License:
- lppl1.3c
- Packaged on:
- 12/15/2024 13:38:19
- Number of files:
- 29
- Size on disk:
- 53.82 kB
This package provides a comfort graphics library to work with graphic objects as immutables in the Lua programming language. It writes code for the TikZ package. It overloads operators, so you can use standard math expressions to work with graphical objects. There probably isn’t anything that couldn’t been done just as well with pgfmath and TikZ directly. However, if a graphic gets more complicated, Lua may just be easier to work with as base.