diff options
author | markus <markus@FreeBSD.org> | 2005-09-08 05:05:27 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2005-09-08 05:05:27 +0800 |
commit | 2b8d30e0d9466603bfb3caef44422e6fddcd719f (patch) | |
tree | 742cb1ffbd1ace8aad2e12175d4b6a298621865e /graphics/Makefile | |
parent | ae7193723f3d3879bd9aa14e19245c4114430076 (diff) | |
download | freebsd-ports-graphics-2b8d30e0d9466603bfb3caef44422e6fddcd719f.tar.gz freebsd-ports-graphics-2b8d30e0d9466603bfb3caef44422e6fddcd719f.tar.zst freebsd-ports-graphics-2b8d30e0d9466603bfb3caef44422e6fddcd719f.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
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 554c421a32b..8c87f77bfd0 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 |