AlexandruIca / Mandelbrot

Mandlebrot fractal rendered in a fragment shader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StaticAnalysis Linux

Mandelbrot fractal

Mandelbrot

Download

For linux you can download the binary here.

How to build

Install conan and CMake. After that:

mkdir build && cd build

conan install .. --build sdl2

cmake ..

cmake --build .

It's possible you need to install some libraries(at least on linux) to be able to build this. Conan should give you all info.

How to use

  • Scroll for zoom in/out
  • Drag with the mouse to move
  • Press Q/E to increase/decrease number of iterations
  • Press C to reset

About

Mandlebrot fractal rendered in a fragment shader

License:The Unlicense


Languages

Language:Python 57.9%Language:C++ 28.8%Language:CMake 11.5%Language:Shell 1.8%