Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 723 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 723 Bytes

paintlines Build Status

a program for drawing tileable images consisting of lines and dots

Installation instructions

Paintlines requires the following software:

  • A C++ compiler that supports C++14 and OpenMP (gcc>=4.9 and clang>=3.7 should work)
  • Qt 6

The following software is optional:

  • pkg-config
  • FFTW 3 (for Stripes, Squiggles, and Quasiperiodic Stripes designs)
  • GraphicsMagick or ImageMagick (for saving multipage TIFF files)
  • Lua (for adding custom rules to Lines)

The following commands will compile and run the program.

qmake lines.pro
make
./lines