/tdl

Primary LanguageCGNU General Public License v2.0GPL-2.0

Text Drawing Library

TDL is a library for drawing with text using user-friendly API

Currently under development...

Build and installation instruction

In the directory with sources run:

  1. mkdir build && cd build
  2. cmake ..
  3. make
  4. sudo cmake --install . --prefix /usr

Dependencies

Related projects

  • TDLServer — Interface to the TDL based on the HTTP protocol.