1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: fractalnow
Homepage: https://fractalnow.sourceforge.net
Section: science
Priority: optional
Maintainer: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper-compat (= 13),
qtbase5-dev,
libmpc-dev,
libmpfr-dev,
libgmp-dev
Vcs-Browser: https://salsa.debian.org/debian/fractalnow
Vcs-Git: https://salsa.debian.org/debian/fractalnow.git
Standards-Version: 4.6.1
Package: fractalnow
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Fast, advanced fractal generator
FractalNow provides users with tools to generate pictures of various types of
fractals quickly and easily.
.
It is made of both a command line (FractalNow) and a graphical tool
(QFractalNow).
.
The graphical tool, based on Qt library, allows users to explore fractals
intuitively and generate pictures.
.
Both tools are entirely multi-threaded and implement advanced algorithms and
heuristics that make computation very fast compared to most existing free
fractal generators.
|