diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2005-09-07 21:05:27 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2005-09-07 21:05:27 +0000 |
commit | 889ec1900a289f6ab6b3903efaae7f3021391329 (patch) | |
tree | 98c1695d633655a2c4b6ac90e9956ad20df89a43 /graphics/Makefile | |
parent | 682f1eab307709da366170a45cbf2bbfeba1a17e (diff) | |
download | ports-889ec1900a289f6ab6b3903efaae7f3021391329.tar.gz ports-889ec1900a289f6ab6b3903efaae7f3021391329.zip |
Add fraqtive 0.3.1, a program for drawing Mandelbrot and Julia fractals.
It uses a very fast algorithm and generates high quality, smooth images.
It is fully interactive, allowing for real-time mouse navigation and dynamic
generation of the Julia fractal preview. OpenGL-rendered 3D view of the
fractals is also supported.
WWW: http://zeus.polsl.gliwice.pl/~mimec/index.php?id=fraqtive
Notes
Notes:
svn path=/head/; revision=142188
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 554c421a32b5..8c87f77bfd01 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -111,6 +111,7 @@ SUBDIR += fly SUBDIR += fnlib SUBDIR += fractorama + SUBDIR += fraqtive SUBDIR += freeimage SUBDIR += frontline SUBDIR += ftgl |