{"id":47692780,"url":"https://github.com/alicerunsonfedora/pdkutils","last_synced_at":"2026-04-02T15:52:46.043Z","repository":{"id":335575483,"uuid":"1146331678","full_name":"alicerunsonfedora/pdkutils","owner":"alicerunsonfedora","description":"The missing Playdate SDK package for Swift.","archived":false,"fork":false,"pushed_at":"2026-01-31T15:29:16.000Z","size":100,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-31T15:51:34.846Z","etag":null,"topics":["embedded","playdate","playdatekit","sdk","swift"],"latest_commit_sha":null,"homepage":"http://pdkutils.marquiskurt.net/","language":"Swift","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/alicerunsonfedora.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2026-01-30T23:40:33.000Z","updated_at":"2026-01-31T15:29:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/alicerunsonfedora/pdkutils","commit_stats":null,"previous_names":["alicerunsonfedora/pdkutils"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/alicerunsonfedora/pdkutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alicerunsonfedora%2Fpdkutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alicerunsonfedora%2Fpdkutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alicerunsonfedora%2Fpdkutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alicerunsonfedora%2Fpdkutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alicerunsonfedora","download_url":"https://codeload.github.com/alicerunsonfedora/pdkutils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alicerunsonfedora%2Fpdkutils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31309472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["embedded","playdate","playdatekit","sdk","swift"],"created_at":"2026-04-02T15:52:45.214Z","updated_at":"2026-04-02T15:52:46.011Z","avatar_url":"https://github.com/alicerunsonfedora.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDKUtils\n\n**PDKUtils** is a meta Swift package that aims to fill in the gaps of\nPlaydateKit by providing a comprehensive set of tools used to make apps\nand games for the Playdate.\n\n\u003e **Important**  \n\u003e PDKUtils is a work-in-progress SDK, and some features may not be\n\u003e complete. At this time, PDKUtils is not considered production-ready. Use\n\u003e at your own risk!\n\n## What PDKUtils includes\n\nPDKUtils is designed to be portable, letting you pick from a range of\nlibraries that you might need:\n\n- `PDFoundation` aims to provide fundamental capabilities akin to the\n  Foundation framework found on Apple's devices.\n- `PDGraphics` provides functions and utilities for more performant\n  graphics operations such as drawing scanlines, triangles, and\n  rectangles.\n- `PDUIKit` lets developers create user interfaces for their Playdate apps\n  and games with a system that feels similar to Apple's UIKit.\n\n## Getting started\n\nStart by adding `PDKUtils` to your package dependencies with the Swift\nPackage Manager:\n\n```swift\ndependencies: [\n    .package(\n        url: \"https://source.marquiskurt.net/PDUniverse/PDKUtils.git\",\n        branch: \"main\")\n]\n```\n\nThen, in your PlaydateKit target, add the dependency:\n\n```swift\ntargets: [\n    .target(\n        name: \"MyGame\",\n        dependencies: [\n            .product(name: \"PDFoundation\", package: \"PDKUtils\")\n        ]\n    )\n]\n```\n\n## Contribute to PDKUtils\n\nThis project is currently accepting contributions through GitHub until\nForgejo and other Git repository hosting services support federated pull\nrequests.\n\n\u003e **Note**  \n\u003e GitHub is treated as a _mirror_ with the exception for public pull\n\u003e requests. The source of truth can be found on SkyVault at\n\u003e https://source.marquiskurt.net/PDUniverse/PDKUtils.\n\n## License\n\nPDKUtils is a free and open-source library licensed under the MIT License.\nFor more information on your rights, refer to LICENSE.txt. \n\n## Credits\n\nPDKUtils is made possible thanks to the following open source projects:\n\n- [PlaydateKit](https://github.com/finnvoor/PlaydateKit) - CC0 License\n- [Roobert](https://sdk.play.date/3.0.1/Inside%20Playdate.html#_legal_information) - Panic Inc, CC BY 4.0 \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falicerunsonfedora%2Fpdkutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falicerunsonfedora%2Fpdkutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falicerunsonfedora%2Fpdkutils/lists"}