{"id":16677779,"url":"https://github.com/makischristou/mandelbrot","last_synced_at":"2026-04-09T08:34:31.433Z","repository":{"id":91358688,"uuid":"489964433","full_name":"MakisChristou/mandelbrot","owner":"MakisChristou","description":"Mandelbrot set visualizer using CUDA.","archived":false,"fork":false,"pushed_at":"2024-04-26T20:37:01.000Z","size":23286,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"rusty","last_synced_at":"2025-03-06T02:52:30.407Z","etag":null,"topics":["cpp","cuda","gpu","mandelbrot","nvidia","renderer","rust"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MakisChristou.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":"2022-05-08T14:20:30.000Z","updated_at":"2024-04-26T20:37:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d72e416-612f-4bb3-87db-ea7ea28562dd","html_url":"https://github.com/MakisChristou/mandelbrot","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/MakisChristou%2Fmandelbrot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakisChristou%2Fmandelbrot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakisChristou%2Fmandelbrot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakisChristou%2Fmandelbrot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MakisChristou","download_url":"https://codeload.github.com/MakisChristou/mandelbrot/tar.gz/refs/heads/rusty","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243358018,"owners_count":20277988,"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":["cpp","cuda","gpu","mandelbrot","nvidia","renderer","rust"],"created_at":"2024-10-12T13:27:30.153Z","updated_at":"2026-04-09T08:34:26.400Z","avatar_url":"https://github.com/MakisChristou.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yet another Rust Mandelbrot set renderer\n\n## Running\n```bash\ncargo run --release\n```\n\n## Command-line options\n```bash\n$ mandelbrot --help\nSimple mandelbrot fractal renderer\n\nUsage: mandelbrot [OPTIONS]\n\nOptions:\n  -f, --file-path \u003cFILE_PATH\u003e  Output image path [default: fractal.png]\n      --width \u003cWIDTH\u003e          Output image width [default: 1000]\n      --height \u003cHEIGHT\u003e        Output image width [default: 1000]\n      --bounds \u003cBOUNDS\u003e        Start/End coordinate on the complex plane (both x and y) [default: -2,1.5,1.5,-2]\n  -n, --n-max \u003cN_MAX\u003e          Number of iterations to do before assuming point is in the set [default: 64]\n  -s, --s-max \u003cS_MAX\u003e          Anti-aliasing [default: 4]\n  -h, --help                   Print help\n  -V, --version                Print version\n  -V, --version                Print version\n```\n\n## Example Run\nThe following command will render a `fractal.png` file in the current directory.\n```bash\n$ cargo run --release -- --bounds=\"-2.0,1.7,1.7,-2.0\" --width 2000 --height 2000 -n 16 -s 4\n```\n\n![Resulting output](images/file5.png)\n\n## Sample Images\n### Resolution: 5000x5000, n_max = 64, s_max = 8, range: -2.0, 2.0, time: 0m12,828s\n![Sample 1](images/file1.png)\n\n### Resolution: 5000x5000, n_max = 256, s_max = 8, range: 0.2, 0.5, time: 2m19,883s\n![Sample 2](images/file2.png)\n\n### Resolution: 5000x5000, n_max = 256, s_max = 8, range: 0.35, 0.45, time: 0m30,843s\n![Sample 3](images/file3.png)\n\n### Resolution: 5000x5000, n_max = 512, s_max = 8, range: 0.35, 0.36, time: 1m30,134s\n![Sample 3](images/file4.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakischristou%2Fmandelbrot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakischristou%2Fmandelbrot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakischristou%2Fmandelbrot/lists"}