{"id":19035807,"url":"https://github.com/adinack/presentationkit","last_synced_at":"2025-08-01T10:08:04.670Z","repository":{"id":182631775,"uuid":"668363463","full_name":"AdinAck/PresentationKit","owner":"AdinAck","description":"A framework that provides a Swiftful, declaritive way to quickly make procedurally animated, dynamic, interactive, and generally stunning presentations with SwiftUI","archived":false,"fork":false,"pushed_at":"2024-08-15T02:21:00.000Z","size":19,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T04:12:52.367Z","etag":null,"topics":["presentations","swift","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdinAck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-19T16:16:57.000Z","updated_at":"2024-12-16T00:15:25.000Z","dependencies_parsed_at":"2024-07-17T21:54:13.668Z","dependency_job_id":"cde273a8-1843-4513-bcb5-9905dc416a3c","html_url":"https://github.com/AdinAck/PresentationKit","commit_stats":null,"previous_names":["adinack/presentationkit"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdinAck%2FPresentationKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdinAck%2FPresentationKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdinAck%2FPresentationKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdinAck%2FPresentationKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdinAck","download_url":"https://codeload.github.com/AdinAck/PresentationKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250496876,"owners_count":21440229,"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":["presentations","swift","swiftui"],"created_at":"2024-11-08T21:52:11.182Z","updated_at":"2025-04-23T18:54:12.794Z","avatar_url":"https://github.com/AdinAck.png","language":"Swift","readme":"# PresentationKit\n\nCreate stunning presentations with the power of SwiftUI.\n\n![Demo](https://github.com/AdinAck/PresentationKit/assets/30732255/41e289b5-35f6-4d39-9abe-659fa00c77e4)\n\n## Installation\n\n**XCode Package Manager**\n\nAdd this repo to your SwiftUI project via the package manager.\n\n```\nhttps://github.com/AdinAck/PresentationKit\n```\n\n## Usage\n\n**MyApp.swift**\n\n```swift\nimport SwiftUI\nimport PresentationKit\n\n@main\nstruct MyApp: App {\n    @StateObject var presentation = Presentation(bgColor: .white, slides: [\n        Title(),\n        // put more slides here\n    ])\n\n    var body: some Scene {\n        PresentationScene(presentation: presentation)\n    }\n}\n```\n\n## Examples\n\nRefer to this [example project](https://github.com/AdinAck/ExamplePresentation) to see **PresentationKit** in action.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadinack%2Fpresentationkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadinack%2Fpresentationkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadinack%2Fpresentationkit/lists"}