Name Modified Size InfoDownloads / Week
Parent folder
cl_xenodreambuie.cl 2017-01-12 561 Bytes
cl_xenodreambuieInit.cl 2017-01-12 49 Bytes
mandelbulber_cl_data.h 2017-01-12 6.3 kB
cl_mengersponge.cl 2017-01-12 686 Bytes
cl_mengerspongeInit.cl 2017-01-12 39 Bytes
cl_primitives.cl 2017-01-12 4.4 kB
cl_quaternion.cl 2017-01-12 324 Bytes
cl_quaternionInit.cl 2017-01-12 155 Bytes
cl_SSAO.cl 2017-01-12 2.4 kB
cl_mandelbulb2.cl 2017-01-12 1.1 kB
cl_mandelbulb2Init.cl 2017-01-12 172 Bytes
cl_mandelbulb.cl 2017-01-12 701 Bytes
cl_mandelbulbInit.cl 2017-01-12 74 Bytes
cl_kaleidoscopic.cl 2017-01-12 1.8 kB
cl_kaleidoscopicInit.cl 2017-01-12 18 Bytes
cl_mandelbox.cl 2017-01-12 867 Bytes
cl_mandelbox_full.cl 2017-01-12 2.6 kB
cl_mandelbox_fullInit.cl 2017-01-12 416 Bytes
cl_mandelboxInit.cl 2017-01-12 416 Bytes
cl_engine_noDE.cl 2017-01-12 37.8 kB
cl_formulaBegin.cl 2017-01-12 393 Bytes
cl_formulaBeginJulia.cl 2017-01-12 369 Bytes
cl_formulaEnd.cl 2017-01-12 214 Bytes
cl_formulaFor.cl 2017-01-12 23 Bytes
cl_hypercomplex.cl 2017-01-12 437 Bytes
cl_hypercomplexInit.cl 2017-01-12 110 Bytes
cl_DOF.cl 2017-01-12 2.0 kB
cl_engine.cl 2017-01-12 12.1 kB
cl_engine_fast.cl 2017-01-12 10.3 kB
cl_engine_full.cl 2017-01-12 45.2 kB
cl_distance.cl 2017-01-12 3.7 kB
cl_distance_deltaDE.cl 2017-01-12 4.7 kB
Totals: 32 Items   140.4 kB 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