{"id":14961036,"url":"https://github.com/dotbunny/gdx","last_synced_at":"2025-10-24T20:30:57.345Z","repository":{"id":37275650,"uuid":"324608194","full_name":"dotBunny/GDX","owner":"dotBunny","description":"Game Development Extensions","archived":false,"fork":false,"pushed_at":"2024-01-01T23:24:07.000Z","size":6047,"stargazers_count":75,"open_issues_count":15,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-07T03:22:24.299Z","etag":null,"topics":["csharp","unity","unity3d","unity3d-plugin","upm-package"],"latest_commit_sha":null,"homepage":"http://gdx.dotbunny.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotBunny.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-26T17:58:46.000Z","updated_at":"2025-03-18T15:48:24.000Z","dependencies_parsed_at":"2023-02-10T13:02:56.090Z","dependency_job_id":"c1203359-9cea-4c73-a10e-22842d08db26","html_url":"https://github.com/dotBunny/GDX","commit_stats":{"total_commits":1519,"total_committers":7,"mean_commits":217.0,"dds":0.04805793285055959,"last_synced_commit":"1f69a687fac6ceddca76935b53c9cffbcd87dd52"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/dotBunny/GDX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotBunny%2FGDX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotBunny%2FGDX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotBunny%2FGDX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotBunny%2FGDX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotBunny","download_url":"https://codeload.github.com/dotBunny/GDX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotBunny%2FGDX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280861867,"owners_count":26403999,"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-10-24T02:00:06.418Z","response_time":73,"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":["csharp","unity","unity3d","unity3d-plugin","upm-package"],"created_at":"2024-09-24T13:23:41.075Z","updated_at":"2025-10-24T20:30:56.754Z","avatar_url":"https://github.com/dotBunny.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Game Development Extensions\n\n[![GDX](https://dotbunny.com/wp-content/uploads/2021/01/gdx-logo-fun.png)](https://github.com/dotBunny/GDX)\n\n[![Latest Release](https://img.shields.io/github/release/dotBunny/GDX.svg?logo=github)](https://github.com/dotBunny/GDX/releases)\n[![OpenUPM](https://img.shields.io/npm/v/com.dotbunny.gdx?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.dotbunny.gdx/)\n[![Discord Server](https://img.shields.io/discord/582190573897908224.svg?label=discord\u0026logo=discord\u0026color=informational)](https://discord.gg/EcceFGAuJs)\n[![License: BSL-1.0](https://img.shields.io/badge/License-BSL-blue.svg)](https://github.com/dotBunny/GDX/blob/main/LICENSE)\n[![Code Coverage](https://gdx.dotbunny.com/reports/coverage/Report/badge_linecoverage.svg)](/reports/coverage/Report/index.html)\n\nA battle-tested library of game-ready high-performance C# code.\n\nDocumentation available at [https://gdx.dotbunny.com/](https://gdx.dotbunny.com/).\n\n## Usage\n\nAdd `com.dotbunny.gdx` as a dependency to the project `Packages/manifest.json` file:\n\n```json\n{\n  \"dependencies\": {\n    \"com.dotbunny.gdx\": \"https://github.com/dotBunny/GDX.git\"\n  }\n}\n```\n\n\u003e For a full breakdown of all installation methods please refer to the [Installation](https://gdx.dotbunny.com/manual/getting-started.html#installation) section of [Getting Started](https://gdx.dotbunny.com/manual/getting-started.html) in the manual.\n\n## Requirements\n\nThe `GDX` package can be dropped into any compatible [Unity](http://unity3d.com) (\u003e=`2020.3`) project and selectively enables portions of its functionality based on what packages it finds in the project.\n\u003e For more detailed infromation as well as legacy support, please consult [Requirements](https://gdx.dotbunny.com/manual/requirements.html) in the manual.\n\n## Contributing\n\nGDX is an open-source project, and we encourage and welcome contributions. While the `GDX` package has Unity employees amongst its contributors, it is **not officially supported by Unity**, and it is not on Unity's roadmap.\n\u003e Please review the manual's [Contributing](https://gdx.dotbunny.com/manual/contributing.html) section for info on how you can contribute to this package and our awesome community. :heart:\n\n## License\n\nGDX is licensed under the [BSL-1.0 License](https://choosealicense.com/licenses/bsl-1.0/).\n\u003e A copy of this license can be found at the root of the project in the `LICENSE` file, or [here](https://gdx.dotbunny.com/license.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotbunny%2Fgdx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotbunny%2Fgdx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotbunny%2Fgdx/lists"}