1
0
Fork 0
mirror of https://github.com/eXpl0it3r/Fractal.git synced 2026-01-01 11:03:00 +00:00
A simple application which draws the famous Mandelbrot set with the use of SFML.
Find a file
2023-02-11 11:06:08 +01:00
.github/workflows Update version of the checkout action 2023-02-11 11:06:08 +01:00
bin Add support for CMake and update license 2020-11-24 19:48:24 +01:00
cmake Add support for CMake and update license 2020-11-24 19:48:24 +01:00
src Simplify Fractal resetting slightly 2021-12-11 19:15:01 +01:00
.gitignore Add GitHub Actions 2021-12-11 15:39:28 +01:00
CMakeLists.txt Add GitHub Actions 2021-12-11 15:39:28 +01:00
LICENSE.md Fix black bar issue 2021-12-11 18:42:36 +01:00
README.md Add screenshots 2021-12-11 18:55:21 +01:00

Fractal - Mandelbrot Set

A simple application which draws the famous Mandelbrot set with the use of SFML.

image

Download

Check out the GitHub releases for the latest build

How to Use

  • One can zoom-in with the mouse by selecting a rectangle on the window.
  • The arrow keys Up and Down can be used to raise or lower the precision value shown in the top left.
  • The Return key will force a rerendering of the fractal.
  • The R key resets the fractal view

Licenses

This software is available under 2 licenses -- choose whichever you prefer, see the LICENSE.md for more details

Additional Screenshots

image image image image