Skip to content

Keeze392/Simple_Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Simple Mandelbrot

Description

The Mandelbrot set is a famous fractal.
It visualizes complex dynamics, where points inside the set remain bounded under iteration,
creating intricate, self-repeating patterns often seen in mathematical art.

About the project

It's Mandelbrot with simple features. Dive infinitely deep into its intricate patterns. This project was one of my goals to train and improve my skills and C++ knowledge. It was really fun :) This needs more improvisation in the future.

How to use?

WASD - Use keys to move around.
Left click - Zoom in and focus on your Cursor.
Right click - Reset back to default.

Install

To play, simply use the Release.
If your OS is not listed there, you can build with cmake

Cmake
Have installed cmake package before running in the terminal.

mkdir build
cd build
cmake ..
make

After those steps, you get one file in the build folder, run ./Mandelbrot in the terminal.

Have fun! :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published