Skip to content

vpopovyc/fractol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractol

Objective of this project is to create fractal exploration program.

Project coded on C, calculated with OpenCL, rendered with X11(minilibx).

Fractal (wikipedia) is a curve or geometrical figure, each part of which has the same statistical character as the whole. They are useful in modelling structures (such as snowflakes) in which similar patterns recur at progressively smaller scales, and in describing partly random or chaotic phenomena such as crystal growth and galaxy formation.

Mandelbrot set Mandelbrot

Which refer to eqn1 where eqn2

Howto

Build binary named fractol

$> make all

Erase binary

$> make fclean

About

drawing complex numbers on a 2D cartesian coordinate system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published