https://github.com/05st/fractalviewer
Simple C++/OpenGL application to interactively view the Mandelbrot Set.
https://github.com/05st/fractalviewer
cpp fractal-rendering fractals opengl
Last synced: about 2 months ago
JSON representation
Simple C++/OpenGL application to interactively view the Mandelbrot Set.
- Host: GitHub
- URL: https://github.com/05st/fractalviewer
- Owner: 05st
- Created: 2020-12-29T22:55:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T00:31:08.000Z (about 5 years ago)
- Last Synced: 2025-03-05T20:54:15.862Z (over 1 year ago)
- Topics: cpp, fractal-rendering, fractals, opengl
- Language: C
- Homepage: https://www.youtube.com/watch?v=pfdeuwtN_sY
- Size: 370 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is just a simple C++/OpenGL application that renders some fractals. Currently, you are able to interactively view the Mandelbrot set.
Left mouse button for panning, scroll wheel for zooming.
Windows only.

