Home > qtfractal

qtfractal

Qtfractal is a project mainly written in C++ and C, based on the GPL-2.0 license.

Very simple Qt4 based fractal renderer

QtFractal

A Qt4 based simple Fractal generator developed as a learning tool

QtFractal is a very simple fractal generator developed as an exercise to learn Qt4 and refresh my C++. It is not and will probably never be a full-fledged fractal rendering application like Gnofract 4D, Fractint and others.

Heavily influenced by the great mandelbrot tutorial at Nokia.

Building

To build QtFractal you need to have a recent Qt4 development environment.

Linux

All modern Linux distributions, KDE or Gnome based, provide the correct packages. Once the Qt development packages are installed a simple

$ qmake
$ make

will build the project.

Windows

To develop on Windows you have to download the Qt Windows SDK that comes equipped with the mingw32 free compiler. Please refer to the Qt Nokia site for more information.

Further Reading

Qt Quarterly: Another Look at Events
Qt documentation: The Event System

Qt Quarterly: Guarded Pointers
Qt Blogs: On Smart Pointers
Qt Blogs: On QScopedPointer

Previous:Type3Learner