Skip to content

C++/SDL2 project to easily visualize fractals(like Mandelbrot Set, Julia Set, Burning Ship Fractal, Koch Snowflake, etc.) on CPU

License

Notifications You must be signed in to change notification settings

TheDeveloper10/Fractal-Fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal-Fun

C++/SDL2 project to easily visualize fractals(like Mandelbrot Set, Julia Set, Burning Ship Fractal, Koch Snowflake, etc.) on CPU

How to run it?

You need Visual Studio 2015(or above) and you can just open the .sln file.

How to see different fractals and colors?

  • You can change to the fractal you want to see in Source.cpp - simply remove the comment from the fractal you want to see and run it!
  • If you want to change the coloring you can do that the same way you can change the fractal - go in FractalColors.h (Fractals/FractalColor.h) and then remove the comment from the coloring you want.

What was the biggest issue I had to deal with?

It was the performance. It was an issue for fractals like the Mandelbrot Set, Julia Set, etc. I fixed the problem by making them on multiple threads and using AVX2.

Screenshots

alt text alt text alt text alt text alt text
For more screenshots(and a video):
https://thedevelopers.tech/fractal_fun

Resources

https://github.com/TheDeveloper10/Fractal-Fun/blob/main/resources.txt

LICENSE

Apache-2.0 License

About

C++/SDL2 project to easily visualize fractals(like Mandelbrot Set, Julia Set, Burning Ship Fractal, Koch Snowflake, etc.) on CPU

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published