{"id":25220425,"url":"https://github.com/adridevelopsthings/mandelbrot","last_synced_at":"2025-08-10T16:11:55.660Z","repository":{"id":170689914,"uuid":"646595881","full_name":"AdriDevelopsThings/mandelbrot","owner":"AdriDevelopsThings","description":"A server for generating and hosting mandelbrot set tiles","archived":false,"fork":false,"pushed_at":"2023-12-18T18:02:01.000Z","size":233,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:23:10.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mandelbrot.adridoesthings.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdriDevelopsThings.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}},"created_at":"2023-05-28T22:18:17.000Z","updated_at":"2023-07-21T10:06:03.000Z","dependencies_parsed_at":"2023-12-18T19:53:52.431Z","dependency_job_id":null,"html_url":"https://github.com/AdriDevelopsThings/mandelbrot","commit_stats":null,"previous_names":["adridevelopsthings/mandelbrot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdriDevelopsThings/mandelbrot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdriDevelopsThings%2Fmandelbrot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdriDevelopsThings%2Fmandelbrot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdriDevelopsThings%2Fmandelbrot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdriDevelopsThings%2Fmandelbrot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdriDevelopsThings","download_url":"https://codeload.github.com/AdriDevelopsThings/mandelbrot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdriDevelopsThings%2Fmandelbrot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269748271,"owners_count":24469110,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2025-02-10T21:53:16.015Z","updated_at":"2025-08-10T16:11:55.603Z","avatar_url":"https://github.com/AdriDevelopsThings.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mandelbrot\nA server for generating and hosting mandelbrot set tiles\n\n![a picture of the mandelbrot set](screenshots/screenshot.png)\n\n## Host it yourself\nJust run the mandelbrot server with docker:  \n```docker run -d --name mandelbrot -v ./tiles:/tiles -p 80:80 ghcr.io/adridevelopsthings/mandelbrot:main```  \nor build it yourself with ``cargo build --release``\n\n### Pregenerated tiles \nI pregenerated the first 11 zoom levels for you if you want. You can download the file here: https://cdn.adridoesthings.com/mandelbrot_pregenerated_tiles.tar.gz\n\n## How to use?\nJust open the url of the mandelbrot in your webbrowser.\n\n## Environment variables\n- `TILES_PATH`: Configure where the tiles should be saved. (*tiles* is the default value, */tiles* is the default value in docker)\n- `PIXELS_PER_TILE`: Configure how many pixels should be displayed per row/column per tile (*255* is the default value)\n- `LISTEN_ADDRESS`: Configure where the mandelbrot server should listen (*127.0.0.1:8000* is the default value, *0.0.0.0:80* is the default value in docker)\n- `MAX_PREGENERATE_ZOOM_LEVEL`: Configure the max zoom level that should be pregenerated\n- `MAX_AUTO_DELETE_PROTECTED_ZOOM_LEVEL`: Configure the max zoom level that wil be protected from auto deletion\n- `DISABLE_AUTO_DELETE`: Set this environment variable to `true` to disable the auto deletion of old tiles","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadridevelopsthings%2Fmandelbrot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadridevelopsthings%2Fmandelbrot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadridevelopsthings%2Fmandelbrot/lists"}