Skip to content

Bookaa/gnofract4d.simplify

 
 

Repository files navigation

About this Program
==================

Gnofract 4D is a program for drawing beautiful mathematically-based
images known as fractals. See the manual for more details.

The most recent version may be obtained from
http://github.com/edyoung/gnofract4d


Basic Installation
==================

Run:

 ./setup.py build

You can then run Gnofract4D in the local directory:

./gnofract4d

You can also install it (you'll normally need to be root to do this):

./setup.py install

You can then run it as:

gnofract4d

You can verify that your installation is working correctly by running

./test.py

Requirements
============

Gnofract 4D requires these packages to run:

o Python version 2.6 or higher
o PyGTK version 2.12 or higher
o GTK+ version 2.0 or higher
o A C++ compiler

If you're not sure if you have these or not, just try running
"./setup.py build" and see if it complains.


About

A fractal generation program for linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 61.8%
  • C++ 14.3%
  • C 9.1%
  • Visual Basic .NET 7.9%
  • HTML 6.5%
  • CSS 0.2%
  • Other 0.2%