This is a simple Mandelbrot and Julia set viewer written in C# using the OpenCVSharp library.
- 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.