Skip to content

yuta-mukobara/fractol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42Cursus project Level2 "fractol"

Description

This project is a program to draw a fractal.

A fractal is a figure with a geometric structure that has a special property called "self-similarity". In this program, you can experience "self-similarity" by drawing fractals using the C language, and expanding and contracting them.

There are three fractals that can be drawn: Mandelbrot set, Julia set, and Burningship.

Runnable Environment

  • Linux
  • MacOS

Available Functions

  • open, close, read, write, printf, malloc, free, perror, strerror, exit
  • All functions of the math library (-lm man 3 math)
  • All functions of the MinilibX

Usage

make
./fractol <name>

The following three fractals can be entered in <name>.

  • mandelbrot
  • julia
  • burningship

Example

./fractol julia

Images

Mandelbrot

Julia

Burningship

About

This is a program to draw fractals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published