Skip to content

A experimental fractal generator

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

github-pfeifer-syscon-de/fract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and 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

About

A experimental fractal generator

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published