MarwenKR / Fractals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 72.6%Language:CMake 22.0%Language:Shell 5.4%