This project allows you to generate and display various fractals in C++ and Python. It is not intended to produce high-resolution images but rather to explore different types of fractals and the mathematical processes used to observe them.
You can try changing the parameters in the main function to obtain different results.
-build/: Files generated by CMake and Makefile during compilation.
-data/: Data used for fractals (e.g., von_koch_data.txt).
-include/: C++ header files, including Fractale.hpp and VonKoch.hpp.
-src/: Main C++ source code (main.cpp).
-display.py: Python script to display the results or manipulate the generated images.
-CMakeLists.txt: Configuration file for compilation with CMake.
mkdir build cd build cmake .. make
The executable will be generated in the build/ folder.
Using Python Scripts
From the project directory:
python3 display.py
BATAILLE Ewan
This project is licensed under the MPL 2.0 license (see source files for more details).
