{"id":17086559,"url":"https://github.com/arl/mandelgif","last_synced_at":"2025-03-23T14:41:21.278Z","repository":{"id":138955698,"uuid":"415369068","full_name":"arl/mandelgif","owner":"arl","description":"Generate animated gifs of zoom into the Mandelbrot set ","archived":false,"fork":false,"pushed_at":"2023-04-14T16:34:57.000Z","size":314,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T20:44:35.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/arl.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-09T16:56:12.000Z","updated_at":"2021-10-14T16:29:53.000Z","dependencies_parsed_at":"2024-06-20T01:35:18.631Z","dependency_job_id":"630c4a0e-d342-4cbf-9235-3dd068a62f7a","html_url":"https://github.com/arl/mandelgif","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Fmandelgif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Fmandelgif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Fmandelgif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Fmandelgif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arl","download_url":"https://codeload.github.com/arl/mandelgif/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245119575,"owners_count":20563762,"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":[],"created_at":"2024-10-14T13:28:56.423Z","updated_at":"2025-03-23T14:41:21.222Z","avatar_url":"https://github.com/arl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mandelgif\nGenerate animated gifs of zoom into the [Mandelbrot Set](https://en.wikipedia.org/wiki/Mandelbrot_set), like this one: \n\n![](example.gif)\n\n\n## Installation\n\nTo clone the source code:\n```\ngit clone git@github.com:arl/mandelgif.git\n```\n\nTo import the module as a dependency to your project (library):\n```\ngo get github.com/arl/mandelgif@latest\n```\n\nTo build and install the `mandelgif` executable on your system:\n```\ngo install github.com/arl/mandelgif/cmd/mandelgif@latest\n```\n\n\n## Usage:\n```\nmandelgif: renders a zoom of the Mandelbrot set into an animated Gif.\n\nUsage:\n\t./mandelgif [options] [OUTFILE]\n\nGeneral Options:\n\t-help                Prints this help message\n\t-f -frames NUM       Produce an animation with NUM frames. default 50\n\t-z -zoom   FACTOR    Apply this zoom factor between successive frames. default 0.93)\n\t-p -point  COMPLEX   Zoom on this point in the complex plane. default \"A\" (i.e. '0.272195+0.00540474i')\n\t-w -width  PIXELS    Width of the output GIF image. default 256\n\t-h -height PIXELS    Height of the output GIF image. default 256\n\t-i -iter   ITER      Apply a maximum of ITER iterations on 𝒛. default 1024\n\nNotes:\n\t* OUTFILE defaults to out.gif\n\t* The zoom point option \"--point\" accepts one of the following:\n\t\t- a complex numbers in the form \"x+yi\"\n\t\t- a letter from \"A\" to \"F\". Each letter represents a predefined interesting zoom point\n```\n\n\n## Disclaimer\n\nThis program is voluntarily **not** optimized. Making it go faster is let as an exercice to the reader!\n\n\n## [MIT license](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farl%2Fmandelgif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farl%2Fmandelgif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farl%2Fmandelgif/lists"}