diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-10-04 10:54:05 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-10-04 10:54:05 +0000 |
commit | 6cdf88141ebc1ab77ee9bc735a3a9a21834d9537 (patch) | |
tree | c376a4b3287e5b4fd7b91b71b7226eeb553b7317 /graphics/Makefile | |
parent | 73b9a8754861da2459ec49bd9b9fd54220dd17a2 (diff) | |
download | ports-6cdf88141ebc1ab77ee9bc735a3a9a21834d9537.tar.gz ports-6cdf88141ebc1ab77ee9bc735a3a9a21834d9537.zip |
Add ffff, a fast mandelbrot fractal generator with features such as:
* OpenGL
* realtime zoom
* SSE/AltiVec QuadPixel
* SSE2/3DNow! DualPixel calc
* FPU per pixel calc
* GPU asm (Fragment/Vertex) calc
* multiprocessor support
* benchmarking
* optimized assembler code!
This port uses the standard mandelbrot fractal at near-Xaos speed. Yet every
pixel is computed. There is also an interesting parameter ray algoritymn using
your 3D card. A 3D card is strongly recommended for screen speed and additional
coprocessing power.
WWW: http://sourceforge.net/projects/ffff/
PR: 103441
Submitted by: rossiya@gmail.com
Notes
Notes:
svn path=/head/; revision=174445
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 1a59f2480ba2..531afe06544f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -118,6 +118,7 @@ SUBDIR += f-spot SUBDIR += fbm SUBDIR += feh + SUBDIR += ffff SUBDIR += fig2pstricks SUBDIR += fig2sxd SUBDIR += figurine |