项目作者: jraleman

项目描述 :
Small fractal exploration program. The program has 8 different types of fractals, in which some vary with the mouse.
高级语言: C
项目地址: git://github.com/jraleman/42_Fractol.git
创建时间: 2017-08-02T08:29:29Z
项目社区:https://github.com/jraleman/42_Fractol

开源协议:

下载


École 42

Fract’ol

This project seeks to create a small fractal exploration program.
The program has 8 different types of fractals, in which some vary with the
mouse. Using the mouse, one can also zoom in and zoom out, change colors, and
reset the fractals to the default values. There’s also a play of color to feel
the depth of each fractal.

Getting Started

Compiling

Run the following commands:

  • To compile
    • make
  • To remove objects:
    • make clean
  • To remove objects and binary file (program):
    • make fclean
  • To re-compile:
    • make re

Executing

To execute the program:

./fractol <fractal-name>

See usage message to see a list of available fractals

Try it!

Try running the following:

./fractol mandelbrot

./fractol julia

./fractol sphere

Screenshots

Usage message and controls:

Program running: