Simula Research Laboratory /
Center for Resilient Networks and Applications /
NorNet
Homepage of Thomas Dreibholz /
FractalGenerator Homepage
New release: fractgen-2.1.14.
FractalGenerator is a Qt-based program to generate fractal images (e.g. Mandelbrot set). The size of the calculated images is only limited by the computer's virtual memory. That is, images may use the full printer resolution! It is Open Source. I created this program as an example for object-oriented programming and writing Qt applications for our Linux Workshop 2003. The goal of this workshop is to continue this basic application as an Open Source project.
Click here to view some screenshots!
Please use the issue tracker at https://github.com/dreibh/fractgen/issues to report bugs and issues!
For ready-to-install Ubuntu Linux packages of FractalGenerator, see Launchpad PPA for Thomas Dreibholz!
sudo apt-add-repository -sy ppa:dreibh/ppa sudo apt-get update sudo apt-get install fractgen
For ready-to-install Fedora Linux packages of FractalGenerator, see COPR PPA for Thomas Dreibholz!
sudo dnf copr enable -y dreibh/ppa sudo dnf install fractgen
For ready-to-install FreeBSD packages of FractGen, it is included in the ports collection, see FreeBSD ports tree index of graphics/fractgen/!
pkg install fractgen
Alternatively, to compile it from the ports sources:
cd /usr/ports/graphics/fractge make make install
FractalGenerator is released under the GNU General Public Licence (GPL).
Please use the issue tracker at https://github.com/dreibh/fractgen/issues to report bugs and issues!
The Git repository of the FractalGenerator sources can be found at https://github.com/dreibh/fractgen:
git clone https://github.com/dreibh/fractgen cd fractgen cmake . make
Contributions:
Issue tracker: https://github.com/dreibh/fractgen/issues.
Please submit bug reports, issues, questions, etc. in the issue tracker!
Pull Requests for FractalGenerator: https://github.com/dreibh/fractgen/pulls.
Your contributions to FractalGenerator are always welcome!
CI build tests of FractalGenerator: https://github.com/dreibh/fractgen/actions.
Coverity Scan analysis of FractalGenerator: https://scan.coverity.com/projects/dreibh-fractgen.
The tarball has been signed with my GnuPG key 21412672518D8B2D1862EFEF5CD5D12AA0877B49. Its authenticity and integrity can be verified by:
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 21412672518D8B2D1862EFEF5CD5D12AA0877B49 gpg --verify fractgen-<VERSION>.tar.xz.asc fractgen-<VERSION>.tar.xz
The tarballs have been signed with my GnuPG key 21412672518D8B2D1862EFEF5CD5D12AA0877B49. Its authenticity and integrity can be verified by:
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 21412672518D8B2D1862EFEF5CD5D12AA0877B49 gpg --verify fractgen-<VERSION>.tar.xz.asc fractgen-<VERSION>.tar.xz