{"id":21084465,"url":"https://github.com/htrefil/multiman","last_synced_at":"2025-05-16T09:33:55.867Z","repository":{"id":44751496,"uuid":"230639309","full_name":"htrefil/multiman","owner":"htrefil","description":"A parallel fractal renderer.","archived":false,"fork":false,"pushed_at":"2022-01-30T17:18:03.000Z","size":701,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-06T00:34:46.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/htrefil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-28T17:12:21.000Z","updated_at":"2020-11-02T16:42:09.000Z","dependencies_parsed_at":"2022-08-22T10:20:11.243Z","dependency_job_id":null,"html_url":"https://github.com/htrefil/multiman","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htrefil%2Fmultiman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htrefil%2Fmultiman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htrefil%2Fmultiman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htrefil%2Fmultiman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htrefil","download_url":"https://codeload.github.com/htrefil/multiman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225421710,"owners_count":17471791,"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-11-19T20:24:41.849Z","updated_at":"2024-11-19T20:24:42.621Z","avatar_url":"https://github.com/htrefil.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multiman\nA parallel Mandelbrot and Julia set-style fractal renderer supporting custom user expressions.\nIt leverages all available CPU cores to render images in parallel.\n\n## Usage\n```\nmultiman 0.1.0\n\nUSAGE:\n    multiman \u003cinit\u003e \u003citer\u003e \u003cwidth\u003e \u003cheight\u003e \u003coutput-path\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nARGS:\n    \u003cinit\u003e           Initialization expression\n    \u003citer\u003e           Iteration expression\n    \u003cwidth\u003e          Width of the image\n    \u003cheight\u003e         Height of the image\n    \u003coutput-path\u003e    Path of the resulting image\n```\n\n## Examples\n```\nmultiman \"(X / WIDTH * 2 - 1) + (Y / HEIGHT * 2 - 1.0) * i\" \"Z * Z + (0.1 + 0.65i)\" 500 500 examples/1.png\n```\n![1](examples/1.png)\n\n```\nmultiman \"0i\" \"Z * Z + (X * 2 / WIDTH - 1.5 + (Y * 2 / HEIGHT - 1) * i)\" 500 500 examples/2.png\n```\n![2](examples/2.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtrefil%2Fmultiman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtrefil%2Fmultiman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtrefil%2Fmultiman/lists"}