Skip to content

dgulotta/paintlines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 5.4 or newer

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

About

a program for drawing tileable images consisting of lines and dots

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published