{"id":16985524,"url":"https://github.com/integratedquantum/voronoibiomeart","last_synced_at":"2026-05-19T04:38:29.186Z","repository":{"id":179042328,"uuid":"642816908","full_name":"IntegratedQuantum/VoronoiBiomeArt","owner":"IntegratedQuantum","description":"A failed biome generator that ended up producing art.","archived":false,"fork":false,"pushed_at":"2023-05-19T13:00:38.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T19:34:28.835Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","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/IntegratedQuantum.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":"2023-05-19T12:13:06.000Z","updated_at":"2023-05-19T13:00:41.000Z","dependencies_parsed_at":"2023-07-07T10:45:55.615Z","dependency_job_id":null,"html_url":"https://github.com/IntegratedQuantum/VoronoiBiomeArt","commit_stats":null,"previous_names":["integratedquantum/voronoibiomeart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntegratedQuantum%2FVoronoiBiomeArt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntegratedQuantum%2FVoronoiBiomeArt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntegratedQuantum%2FVoronoiBiomeArt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntegratedQuantum%2FVoronoiBiomeArt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntegratedQuantum","download_url":"https://codeload.github.com/IntegratedQuantum/VoronoiBiomeArt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244892121,"owners_count":20527391,"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-14T02:43:39.362Z","updated_at":"2026-05-19T04:38:24.166Z","avatar_url":"https://github.com/IntegratedQuantum.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"I tried to make a biome map.\n\nThis algorithm works by choosing biomes at random and then using a simulation to make sure they are placed realistically(hot biomes are far from cold biomes, ocean/land biomes are clustered together).\n\nThis turned out to not work that well, but it makes some interesting images and the simulation process looks almost organic:\n\nhttps://github.com/IntegratedQuantum/VoronoiBiomeArt/assets/43880493/40b0f828-403c-4044-88bb-0e3e90fb6140\n\n# How to run\n\n1. [Install zig](https://ziglang.org/download/) and hope for the best. I have tested this with zig version `0.11.0-dev.3132+465272921` You may need to some changes when using a newer/older version of zig.\n\n2. Run it in release for your own sanity\n```\nzig build run -Doptimize=ReleaseFast\n```\n\n3. Watch how the folder gets flooded with images. This is only for making the video and in itself is pretty slow. You can disable this behavior [here](https://github.com/IntegratedQuantum/VoronoiBiomeArt/blob/9a656172945eb0776c254671e01e72cfe7f9f701/src/RecursiveAttempt.zig#L386 ).\n\n4. You can now turn the images into a video using ffmpeg:\n```\nffmpeg -framerate 30 -i 'testBefore%d.png' -c:v libx264 -pix_fmt yuv420p out.mp4\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegratedquantum%2Fvoronoibiomeart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintegratedquantum%2Fvoronoibiomeart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegratedquantum%2Fvoronoibiomeart/lists"}