Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.1 KB

File metadata and controls

56 lines (42 loc) · 1.1 KB

fract

A fractal generator with various options for mandelbrot-, julia- and newton-sets. And a improved rendering with antialiasing.

fract

Building

Debian

Use the following commands to get the prerequisits (run with sudo or as root):

apt-get install git build-essential meson
apt-get install libgtkmm-3.0-dev

The compile goes this way:

   meson setup build -Dprefix=/usr
   cd build
   meson compile
   ./fract

If you decide to keep it (run with sudo or as root):

   cd build
   meson install

Windows

Use msys2 choose a preferred flavor and stick to it (a bit more ist explained with genericImg):

pacman -S base-devel
pacman -S ${MINGW_PACKAGE_PREFIX}-gcc
pacman -S ${MINGW_PACKAGE_PREFIX}-meson
pacman -S ${MINGW_PACKAGE_PREFIX}-gtkmm3

The compile goes this way:

   meson setup build -Dprefix=${MINGW_PREFIX}
   cd build
   meson compile
   ./fract.exe

Usage

  • All options are shown in a context menu with the right mouse click
  • To zoom just press the left mouse button and drag a rectangle for the next view