Skip to content

TyPaporotnyk/Mandelbrot-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot-set

MIT License Commits

Implementation of the Mandelbrot set with c++ and the sfml graphics library

Requirements

  • C++ 17
  • CMake 3.20
  • SFML 2.5

Building & Running

cmake -B cmake-build -DCMAKE_BUILD_TYPE=Release
cmake --build cmake-build
cmake --build cmake-build --target release

Control

Action Control
Go to point and zoom RClick
Change position WASD keys
Change iterations [ and ]

About

Implementation of the Mandelbrot set with c ++ and the sfml graphics library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published