{"id":25176863,"url":"https://github.com/bungogood/fractal-rs","last_synced_at":"2025-04-04T01:42:09.779Z","repository":{"id":207649373,"uuid":"719763231","full_name":"bungogood/fractal-rs","owner":"bungogood","description":"A fractal generator in Rust, featuring range of algorithms and functions, configurable gradients, and high-resolution outputs.","archived":false,"fork":false,"pushed_at":"2023-11-18T14:20:53.000Z","size":5533,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T13:18:40.718Z","etag":null,"topics":["fractal-generators","fractals","julia-sets","mandelbrot","rayon","rust","visualization"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bungogood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-16T21:12:59.000Z","updated_at":"2023-11-16T21:17:03.000Z","dependencies_parsed_at":"2023-11-16T23:08:21.861Z","dependency_job_id":null,"html_url":"https://github.com/bungogood/fractal-rs","commit_stats":null,"previous_names":["bungogood/fractal-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bungogood%2Ffractal-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bungogood%2Ffractal-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bungogood%2Ffractal-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bungogood%2Ffractal-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bungogood","download_url":"https://codeload.github.com/bungogood/fractal-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107829,"owners_count":20884797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fractal-generators","fractals","julia-sets","mandelbrot","rayon","rust","visualization"],"created_at":"2025-02-09T13:18:45.630Z","updated_at":"2025-04-04T01:42:09.759Z","avatar_url":"https://github.com/bungogood.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fractal-rs\n\n[![Build](../../actions/workflows/build.yaml/badge.svg)](../../actions/workflows/build.yaml) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n![Mandelbrot Set](./examples/mandelbrot.png)\n\n**Fractal-rs** is a fractal visualization tool crafted in Rust, designed to generate a wide array of complex and beautiful fractals. Using [Rust](\u003chttps://en.wikipedia.org/wiki/Rust_(programming_language)\u003e) along with [Rayon](https://docs.rs/rayon/latest/rayon), enabling it to produce high-resolution images of various fractal patterns. The tool offers configurable color gradients and a diverse selection of fractal generation algorithms, combining performance with visual versatility.\n\n## Fractals\n\n| Fractal        | Description                                                                                                  | Resources                                                                                                                 |\n| -------------- | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- |\n| Mandelbrot Set | A set of complex numbers for which the function $f(z) = z^2 + c$ does not diverge when iterated from $z = 0$ | [Wikipedia](https://en.wikipedia.org/wiki/Mandelbrot_set), [Paul Bourke](https://paulbourke.net/fractals/mandelbrot)      |\n| Julia Set      | A set of complex numbers for which the function $f(z) = z^2 + c$ does not diverge when iterated from $z = c$ | [Wikipedia](https://en.wikipedia.org/wiki/Julia_set), [Paul Bourke](https://paulbourke.net/fractals/juliaset)             |\n| Burning Ship   | A variant of the Mandelbrot set, with the function $f(z) = (\\| Re(z) \\| + i \\| Im(z) \\| )^2 + c$             | [Wikipedia](https://en.wikipedia.org/wiki/Burning_Ship_fractal), [Paul Bourke](https://paulbourke.net/fractals/burnship)  |\n| Lyapunov       | A fractal based on the logistic map $x_{n+1} = r x_n (1 - x_n)$                                              | [Wikipedia](https://en.wikipedia.org/wiki/Lyapunov_fractal), [Paul Bourke](https://paulbourke.net/fractals/lyapunov)      |\n| Newton Raphson | A fractal based on Newton's method for finding roots of a function                                           | [Wikipedia](https://en.wikipedia.org/wiki/Newton_fractal), [Paul Bourke](https://paulbourke.net/fractals/newtonraphson)   |\n| Sierpiński     | A fractal based on the Sierpiński triangle                                                                   | [Wikipedia](https://en.wikipedia.org/wiki/Sierpiński_triangle), [Paul Bourke](https://paulbourke.net/fractals/polyhedral) |\n| Koch Snowflake | A fractal based on the Koch curve                                                                            | [Wikipedia](https://en.wikipedia.org/wiki/Koch_snowflake)                                                                 |\n| Dragon Curve   | A fractal based on the Heighway dragon curve                                                                 | [Wikipedia](https://en.wikipedia.org/wiki/Dragon_curve)                                                                   |\n| L-Systems      | A fractal based on Lindenmayer systems                                                                       | [Wikipedia](https://en.wikipedia.org/wiki/L-system), [Paul Bourke](https://paulbourke.net/fractals/lsys)                  |\n\n## References\n\n-   Fractals [Wikipedia](https://en.wikipedia.org/wiki/Fractal)\n-   Paul Bourke [Fractals](https://paulbourke.net/fractals/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbungogood%2Ffractal-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbungogood%2Ffractal-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbungogood%2Ffractal-rs/lists"}