Name Modified Size InfoDownloads / Week
Parent folder
texture.hpp 2017-01-12 741 Bytes
timeline.cpp 2017-01-12 16.9 kB
timeline.hpp 2017-01-12 1.7 kB
undo.cpp 2017-01-12 2.5 kB
undo.hpp 2017-01-12 658 Bytes
settings.cpp 2017-01-12 79.1 kB
settings.h 2017-01-12 1.6 kB
shaders.cpp 2017-01-12 42.6 kB
shaders.h 2017-01-12 2.4 kB
smartptr.h 2017-01-12 827 Bytes
texture.cpp 2017-01-12 2.5 kB
primitives.cpp 2017-01-12 4.1 kB
primitives.h 2017-01-12 925 Bytes
Render3D.cpp 2017-01-12 82.9 kB
Render3D.h 2017-01-12 2.4 kB
interface.cpp 2017-01-12 270.4 kB
morph.cpp 2017-01-12 2.9 kB
morph.hpp 2017-01-12 758 Bytes
netrender.cpp 2017-01-12 18.7 kB
netrender.hpp 2017-01-12 2.2 kB
image.h 2017-01-12 1.2 kB
interface.h 2017-01-12 28.4 kB
mandelbulber_cl_data.h 2017-01-12 6.3 kB
fractal.cpp 2017-01-12 38.9 kB
fractal.h 2017-01-12 6.0 kB
fractparams.h 2017-01-12 3.7 kB
gdkconfig.h 2017-01-12 45 Bytes
image.cpp 2017-01-12 17.4 kB
common_math.cpp 2017-01-12 3.2 kB
common_math.h 2017-01-12 2.8 kB
database.cpp 2017-01-12 4.3 kB
database.hpp 2017-01-12 1.3 kB
files.cpp 2017-01-12 20.8 kB
files.h 2017-01-12 1.9 kB
cl_support.cpp 2017-01-12 54.9 kB
cl_support.hpp 2017-01-12 4.1 kB
clew-cl.hpp 2017-01-12 113.0 kB
clew.h 2017-01-12 102.6 kB
callbacks.cpp 2017-01-12 106.7 kB
callbacks.h 2017-01-12 7.5 kB
cimage.cpp 2017-01-12 15.6 kB
cimage.hpp 2017-01-12 5.7 kB
clew.cpp 2017-01-12 20.8 kB
algebra.cpp 2017-01-12 4.4 kB
algebra.hpp 2017-01-12 3.4 kB
Totals: 45 Items   1.1 MB 0
MANDELBULBER 1.21-1

project leader: Krzysztof Marczak
project members: knighty, makemeunsee, Marius Schilder, Ryan Hitchman, Jeff Epler, Martin Reinecke, Quazgaa

contact: buddhi1980@gmail.com
www: http://www.mandelbulber.com
download site: http://sourceforge.net/projects/mandelbulber/
SVN: http://code.google.com/p/mandelbulber/

LICENCE: GNU GPL v3.0

1. REQUIREMENTS

- Linux OS with installed GTK+2.0 libraries (version >2.20), libjpeg
- very fast CPU (recomended 2GHz, 4 cores)
- 2GB RAM

2. COMPILING

libgtk2.0, libjpeg8 are required to compile Mandelbulber.

On Ubuntu or Debian:
sudo apt-get install libgtk2.0-dev libjpeg8-dev

openCl version needs additionaly ocl-icd-opencl-dev and ocl-icd-libopencl1

Then:

cd makefiles
make all
cd ..

3. INSTALLATION

please type:
./install

4. TESTED ON:

- Ubuntu x86
- Debian Wheeze x64
(there is also available Windows and Mac version)
- gcc 4.7

5. USAGE

Please visit: http://wiki.mandelbulber.com/index.php?title=Main_Page

command-line mode:

Syntax:                                                                                              
mandelbulber [options...] [settings_file]
options:
  -nogui            - start program without GUI
  -flight           - render flight animation
  -keyframe         - render keyframe animation
  -start N          - start renderig from frame number N
  -end N            - rendering will end on frame number N
  -o key=value      - override item 'key' from settings file with new value 'value'
  -res WIDTHxHEIGHT - override image resolution
  -fpk N            - override frames per key parameter
  -ip N.N.N.N       - set application as a client connected to server of given IP address
  -port      				- set network port number for Netrender (default 5555)
  -format FORMAT    - image output format
     jpg - JPEG format
     png - PNG format
     png16 - 16-bit PNG format
     png16alpha - 16-bit PNG with alpha channel format
[settings_file]     - file with fractal settings (program also tries
to find file in ./mandelbulber/settings directory)
When settings_file is put as command argument then program will start in noGUI mode

Source: README, updated 2017-01-12