{"id":37080501,"url":"https://github.com/avdstaaij/gdpc","last_synced_at":"2026-01-14T09:46:21.096Z","repository":{"id":46239179,"uuid":"465013276","full_name":"avdstaaij/gdpc","owner":"avdstaaij","description":"A python framework for procedural generation in Minecraft with the GDMC HTTP Interface mod.","archived":false,"fork":false,"pushed_at":"2025-06-05T23:46:55.000Z","size":4758,"stargazers_count":25,"open_issues_count":27,"forks_count":20,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-03T04:28:46.981Z","etag":null,"topics":["architecture","game-ai-framework","gdmc","gdmc-competition","generative-art","generative-design","level-editor","map-editor","minecraft","pcg","procedural-generation","python","python3"],"latest_commit_sha":null,"homepage":"https://gdpc.readthedocs.io/en/stable/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nilsgawlik/gdmc_http_client_python","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avdstaaij.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2022-03-01T18:36:42.000Z","updated_at":"2025-06-05T23:46:56.000Z","dependencies_parsed_at":"2023-02-18T00:01:28.695Z","dependency_job_id":"94c8bb49-db64-4109-a31e-9ce418eb8632","html_url":"https://github.com/avdstaaij/gdpc","commit_stats":{"total_commits":341,"total_committers":9,"mean_commits":"37.888888888888886","dds":"0.49266862170087977","last_synced_commit":"e69930f607001b9f314a5466deabcd3332fa8500"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/avdstaaij/gdpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdstaaij%2Fgdpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdstaaij%2Fgdpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdstaaij%2Fgdpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdstaaij%2Fgdpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avdstaaij","download_url":"https://codeload.github.com/avdstaaij/gdpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdstaaij%2Fgdpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["architecture","game-ai-framework","gdmc","gdmc-competition","generative-art","generative-design","level-editor","map-editor","minecraft","pcg","procedural-generation","python","python3"],"created_at":"2026-01-14T09:46:20.414Z","updated_at":"2026-01-14T09:46:21.079Z","avatar_url":"https://github.com/avdstaaij.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GDPC\n\nGDPC (Generative Design Python Client) is a Python framework for the [GDMC HTTP\nInterface mod](https://github.com/Niels-NTG/gdmc_http_interface) for Minecraft\nJava edition.\n\nThe GDMC HTTP mod implements a HTTP interface that allows you to edit a\nMinecraft world live, while you're playing in it, making it possible to rapidly\niterate on generative algorithms. GDPC provides Python bindings for the\nGDMC-HTTP interface, along with many high-level tools that make development much\neasier.\n\nGDPC is primarily designed for the [Generative Design in Minecraft Competition\n(GDMC)](https://gendesignmc.wikidot.com/), a yearly competition for procedural\ngeneration in Minecraft where the challenge is to write an algorithm that\ncreates a settlement that adapts to the pre-existing terrain. Feel free to join\nus on [Discord](https://discord.gg/YwpPCRQWND)!\n\n\n## Quick example\n\n```python\nfrom gdpc import Editor, Block, geometry\n\neditor = Editor(buffering=True)\n\n# Get a block\nblock = editor.getBlock((0,48,0))\n\n# Place a block\neditor.placeBlock((0,80,0), Block(\"stone\"))\n\n# Build a cube\ngeometry.placeCuboid(editor, (0,80,2), (2,82,4), Block(\"oak_planks\"))\n```\n\n\n## Documentation\n\nYou can find installation instructions, guides and an API reference in our\ndocumentation on [Read the Docs](https://gdpc.readthedocs.io)!\n\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for information about how to contribute.\n\n\n## Acknowledgements\n\nGDPC was progressively developed with the help of various members of the GDMC community. Of special note are [Niki Gawlik](https://github.com/nikigawlik), who started both GDMC-HTTP and GDPC, and [Blinkenlights](https://github.com/flashing-blinkenlights), who previously maintained the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favdstaaij%2Fgdpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favdstaaij%2Fgdpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favdstaaij%2Fgdpc/lists"}