Gnofract 4D is a fractal browser. It can generate many different fractals, including some which are hybrids between the Mandelbrot and Julia sets, and includes a Fractint-compatible parser for your own fractal formulas.
Gnofract 4D is a fractal browser. It can generate many different fractals, including some which are hybrids between the Mandelbrot and Julia sets, and includes a Fractint-compatible parser for your own fractal formulas.
To install gnofract4d, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gnofract4d
To see what files were installed by gnofract4d, run:
port contents gnofract4d
To later upgrade gnofract4d, run:
sudo port selfupdate && sudo port upgrade gnofract4d
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.