Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Mandelbrot Renderer

This project is a command line Mandelbrot renderer, for either a single image or animation.

Files are output as .bmp images, and animation can be stitched using a program such as Blender.

Example Render

alt text

How to use

  • Input the real and imaginary parts of the centre point, separated by a space, eg.
What are the coordinates of the point to centre on?
-0.5 0.1
  • Input the desired zoom value, eg.
What zoom level?
20
  • Input 0 for single image, 1 for animation sequence

Single Image (0)

  • Single image render
img.bmp
  • Image is output in the same directory as the executable.

Animation Sequence (1)

  • Input number of frames for animation, eg.
How many frames?
200
  • Images will then output as:
1.bmp
2.bmp
3.bmp
...
200.bmp
  • Images will output in the same directory as the executable.

Build Instructions

  • C++20 is required
mkdir build
cd build
cmake ..
cmake --build .

The executable will be output to

build/bin/mandelbrotRender

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages