diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-12-14 22:30:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-12-14 22:30:28 +0800 |
commit | 32a594329a4995c76ff220c384856f507b1c4640 (patch) | |
tree | 238b4ee7f9e853adb6fef13637e772c5d8881267 /graphics/Makefile | |
parent | 6bfed0a56a4d1d74fabfe164e5a8d31f32dda419 (diff) | |
download | freebsd-ports-gnome-32a594329a4995c76ff220c384856f507b1c4640.tar.gz freebsd-ports-gnome-32a594329a4995c76ff220c384856f507b1c4640.tar.zst freebsd-ports-gnome-32a594329a4995c76ff220c384856f507b1c4640.zip |
Mandelbulber is an experimental application that helps to make
rendering 3D Mandelbrot fractals much more accessible. A few of the
supported 3D fractals: Mandelbulb, Mandelbox, BulbBox, JuliaBulb,
Menger Sponge, Quaternion, Trigonometric, Hypercomplex, and Iterated
Function Systems (IFS). All of these can be combined into infinite
variations with the ability to hybridize different formulas together.
WWW: http://www.mandelbulber.com/
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 0f36055a376f..5d604d6a919b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -550,6 +550,7 @@ SUBDIR += luxrender SUBDIR += mahotas SUBDIR += makehuman + SUBDIR += mandelbulber SUBDIR += mapnik SUBDIR += mapserver SUBDIR += mapyrus |