Fractal Viewer
A downloadable tool
Fractal viewer developed as a practice project.
By wikipedias definition, "In mathematics, a fractal is a geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension.". Simplified, this means they're really cool looking, often self-similar objects that you can more or less infinitely zoom into.
I've decided to do a small C++/SFML based project that generates some of the most famous fractals, and allows you to browse them and zoom in as much as SFML's zoom functionality allows.
Also added is the feature of exporting your current view as a PNG as these things, at right positions and zooms, can make some really cool backgrounds.
Features:
- Fractals with modifiable parameters:
- Mandelbrot
- Number of Iterations
- X-Axis Precision/Resolution
- Y-Axis Precision/Resolution
- Julia
- Number of Iterations
- X-Axis Precision/Resolution
- Y-Axis Precision/Resolution
- X and Y coordinates of Z
- Koch Snowflake
- Number of Iterations
- Number of Iterations
- Sierpinski Triangle
- Number of Iterations
- Number of Iterations
- Tree Fractal
- Number of Iterations
- Initial Branch Length
- Left branch angle
- Right branch angle
- Ratio between current and next branch
- Number of Iterations
- Mandelbrot
- Multithreaded generation
- Exporting as PNG
- Fancy color gradients
- Make your own, custom color gradient
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.