{"id":51033117,"url":"https://github.com/jp-zuniga/multithreading-mandelbrot","last_synced_at":"2026-06-22T02:33:20.841Z","repository":{"id":324247986,"uuid":"1092191453","full_name":"jp-zuniga/multithreading-mandelbrot","owner":"jp-zuniga","description":"Mandelbrot fractal generator.","archived":false,"fork":false,"pushed_at":"2025-11-14T16:32:30.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-14T17:37:45.722Z","etag":null,"topics":["cpp","fractal","mandelbrot","multithreading"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jp-zuniga.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-08T06:50:50.000Z","updated_at":"2025-11-14T16:42:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jp-zuniga/multithreading-mandelbrot","commit_stats":null,"previous_names":["jp-zuniga/multithreading-mandelbrot"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jp-zuniga/multithreading-mandelbrot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jp-zuniga%2Fmultithreading-mandelbrot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jp-zuniga%2Fmultithreading-mandelbrot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jp-zuniga%2Fmultithreading-mandelbrot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jp-zuniga%2Fmultithreading-mandelbrot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jp-zuniga","download_url":"https://codeload.github.com/jp-zuniga/multithreading-mandelbrot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jp-zuniga%2Fmultithreading-mandelbrot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34632718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","fractal","mandelbrot","multithreading"],"created_at":"2026-06-22T02:33:15.752Z","updated_at":"2026-06-22T02:33:20.835Z","avatar_url":"https://github.com/jp-zuniga.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `multithreading-mandelbrot`\n\nA [Mandelbrot set](https://en.wikipedia.org/wiki/Mandelbrot_set) generator utilizing basic multithreading.\n\nUses the lightweight [`CImg`](https://github.com/GreycLab/CImg) library for image processing, and `pthread.h` for thread manipulation.\n\n## Usage\n\n### Nix users\n\nUse `nix-shell` to install the necessary dependencies into an ephemeral shell:\n\n```bash\nnix-shell shell.nix\n\n# or if you don't use bash:\nnix-shell shell.nix --command \u003cyour-shell\u003e\n```\n\nNow, just run the project with [`just`](https://github.com/casey/just)!\n\n```bash\njust run\n```\n\nYou can see the generated fractal in `out/fractal.png`. Playing around with the constants in [`mandelbrot.h`](./src/include/mandelbrot.h) should yield varying results.\n\n### Linux users\n\nInstall all the packages listed in [`shell.nix`](./shell.nix) using your distro's package manager, then build and run the project with `just` as shown previously.\n\n### Everyone Else\n\nYou can probably figure it out if you really want to.\n\n---\n\n### [License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjp-zuniga%2Fmultithreading-mandelbrot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjp-zuniga%2Fmultithreading-mandelbrot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjp-zuniga%2Fmultithreading-mandelbrot/lists"}