Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.13 KB

CPUBrotPlot

A horrifyingly inefficient CPU-based Mandlebrot set plotter written in C++.

About

Wrote this code some time ago, it is a Mandlebrot set plotter that runs on the CPU. It determines the number of threads availiable on your PC, and then proceedes to hog them all in order to draw a beautiful 640x480 rendering of the the mandlebrot set.

It is highly likely your PC will come to a standstill while running this program, so use with caution!

Usage

Download the program here, extract the zip file and run CPUBrotPlot.exe!

Currently for Windows computers only.

Controls

  • Z - Zoom in
  • X - Zoom out
  • Arrow keys - Move Camera
  • F2 - Take Screenshot (Placed in same directory as executable or CWD)

Screenshots

frame_468_screenshot

frame_2162_screenshot

Copyright (C) 2022 Jacob Allen. Released under the MIT License.