aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-07-11 15:29:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-07-11 15:29:17 +0000
commit6bd88fd61b1a8cc62b2a9718bd956db63135183f (patch)
treefb9d181f6032c2474c60b42961373e13bcc0c0dd /graphics/Makefile
parent2b767d730651f1e1ddc8116d0a55e1842455238d (diff)
Add fyre, a chaos map renderer with a spiffy Gtk+ 2 interface.
It makes durn purty pictures. 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) WWW: http://fyre.navi.cx/
Notes
Notes: svn path=/head/; revision=113405
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index d0a77d8a1832..f7854c8b1891 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -88,6 +88,7 @@
SUBDIR += frontline
SUBDIR += ftgl
SUBDIR += fujiplay
+ SUBDIR += fyre
SUBDIR += g2
SUBDIR += g3dviewer
SUBDIR += gauche-gl