Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 878 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 878 Bytes

Mandelbrot

Description

This is a simple Mandelbrot and Julia set viewer written in C# using the OpenCVSharp library.

Controls:

  • Left click and drag: Move the image. (The image is re-rendered when the mouse is released.)
  • Ctrl + left click: Open a new window of the Julia set, with the clicked point as the constant.
  • Ctrl + scroll: Zoom in and out of the fractal at the mouse position.
  • F5: Reset the fractal to its default state.
  • + (Numpad): Zoom in at the center.
  • - (Numpad): Zoom out at the center.
  • Esc: Close the window.

Screenshots

Mandelbrot set

Julia set #1

Julia set #2