Skip to content

EwanBat/Fractale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal

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.

Fractal example

Project Structure

-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.

Compilation (C++)

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

Authors

BATAILLE Ewan

License

This project is licensed under the MPL 2.0 license (see source files for more details).

About

Code to see many fractals: Von Koch, Highway, etc. Try different iterations to see many different results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors