Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 509 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 509 Bytes

About the Project

This program recycles some code from my computergraphics course and uses some Qt and OpenGL to render the mandelbrot set and the julia set. You can zoom in and out and move around to explore the fractals. The window title tells you what side is currently under control and also what constant is currently selected for the julia set.

Controls

  • space: switch active side,
  • n: zoom out,
  • m: zoom in,
  • arrow keys: move around,
  • mouse left: select a constant for the julia set