Skip to content

MarwenKR/Fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractals

Implemented the Julia set fractals. you ccould change the constant and the power for more diverse shape generation.

$$ z_{n+1}= z_{n}^p + c$$

  • $p$ is the power number defining the set.
  • $c$ is a random fixed complex number ($c$ should be differetn than $2$ ans $0$).

To run the program:

./config.sh
./build.sh
./run.sh

Outputs


Resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published