Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andydevs/fractool
Generic fractal image generator
https://github.com/andydevs/fractool
cmake cpp fractal julia-sets mandelbrot newton-method
Last synced: 25 days ago
JSON representation
Generic fractal image generator
- Host: GitHub
- URL: https://github.com/andydevs/fractool
- Owner: andydevs
- License: mit
- Created: 2021-10-24T00:00:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T05:26:29.000Z (5 months ago)
- Last Synced: 2024-11-08T21:33:58.518Z (3 months ago)
- Topics: cmake, cpp, fractal, julia-sets, mandelbrot, newton-method
- Language: C++
- Homepage: https://andydevs.github.io/fractool
- Size: 1.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
FracTool
======================================================================![Fractal](fractal.png)
Generate fractal images.
[Website](https://andydevs.github.io/fractool/)
Usage
----------------------------------------------------------------------### Install
- Download appropriate binary from
[releases](https://github.com/andydevs/fractool/releases/) page.
- For *Windows*, simply run the installer.
- For *MacOS*, run the self-extracting tar file (.sh) with
the argument `--prefix=[install-directory]`
- For MacOS, use the "Darwin" installer### Running the CLI
Running `$ fractool` generates a fractal and saves it in the current
working directory as `fractal.png`The default algorithm to generate an image is the mandelbrot algorithm
for the equation "z = z^2 + c". To change the fractal generation
algorithm use `--algorithm`.Run `$ fractool --help` for a full list of commands.