Skip to content

C++ calculator to generate Mandelbrot fractal in .bmp file.

Notifications You must be signed in to change notification settings

HerrTuring/mandelbrot-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot Generator

Description

This project is just a simple console C++ aplication that after run outputs a mandelbrot fractal to a file called "mandelbrot.bmp".

Since this was coded with no optimizations nor multi-threading, the calculator takes quite a long time to end its work.

This was originally coded by demand for Dave Fashenpour on 2019.

Usage

Just open the Visual Studio project in VS 2022, compile and run.

Then leave the computer and do something else, it will take a while. It does have constant feedback of what it is doing, so you will know when it is done.

Credits

Dave Fashenpour (Mathematician/Code Engineer): The contractor for this project that explained the necessary math for it to be done. This source was uploaded publicly with his permission.

MIT License

Copyright (c) 2023 Erik Marques Schroeder

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

C++ calculator to generate Mandelbrot fractal in .bmp file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published