TDL is a library for drawing with text using user-friendly API
Currently under development...
In the directory with sources run:
mkdir build && cd build
cmake ..
make
sudo cmake --install . --prefix /usr
- TDLServer — Interface to the TDL based on the HTTP protocol.