Download Latest Version qmandelbrowse_0.9.tar.gz (2.1 MB)
Email in envelope

Get an email when there's a new version of Qt Mandelbrot Browser

Home
Name Modified Size InfoDownloads / Week
0.9 2013-09-30
0.8 2012-11-15
0.7 2012-04-16
0.6 2010-03-17
0.5 2010-03-03
0.4 2010-02-06
0.3 2010-01-21
0.2 2010-01-20
0.0 2010-01-17
README.txt 2013-09-30 1.0 kB
Totals: 10 Items   1.0 kB 0
QMandelbrotBrowser
------------------

The project is developed using eclise CDT on kubuntu and
it depends on Qt4, GLEW, glut, GLU.

The OpenGL rendering mode uses GLSL and was tested with the
proprietary ATI driver and a Radeon HD 4850 card. But did not
work with Mesa and the open radeon driver (GLSL fragment fails
to compile).

Debian package
--------------
install:
  wget http://downloads.sourceforge.net/project/qmandelbrowse/0.9/qmandelbrowse_0.9_i386.deb
  sudo dpkg -i qmandelbrowse_0.9_i386.deb

then run:
  qmandelbrowse
  
uninstall:
  sudo dpkg -r qmandelbrowse


Building from source package
----------------------------
  wget https://sourceforge.net/projects/qmandelbrowse/files/0.9/qmandelbrowse_0.9.tar.gz/download
  tar -zxvf qmandelbrowse_0.9.tar.gz
  cd mandel
  qmake
  make
  
then run:
  release/qmandelbrowse
  
Building from SVN
-----------------
  svn co https://qmandelbrowse.svn.sourceforge.net/svnroot/qmandelbrowse/trunk qmandelbrowse
  cd qmandelbrowse
  qmake
  make
  
then run:
  release/qmandelbrowse
Source: README.txt, updated 2013-09-30