aboutsummaryrefslogtreecommitdiff
path: root/graphics/fyre/pkg-descr
blob: 395e1910a7c586005d18d06b7b47ccc8b1a43bf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Fyre provides a rendering of the Peter de Jong map, with an interactive
GTK+ 2 frontend and a command line interface for easy and efficient
rendering of high-resolution, high quality images.

This program was previously known as 'de Jong Explorer', but has been
renamed to make way for supporting other chaotic functions.

All the images you can create with this program are based on the simple
Peter de Jong map equations:

   x' = sin(a * y) - cos(b * x)
   y' = sin(c * x) - cos(d * y)