{"id":18060681,"url":"https://github.com/0xleif/swiftak","last_synced_at":"2026-05-02T04:36:43.325Z","repository":{"id":83170937,"uuid":"307892865","full_name":"0xLeif/SwiftAK","owner":"0xLeif","description":"AppKit code that is fun to write. Based off https://github.com/0xLeif/SwiftUIKit","archived":false,"fork":false,"pushed_at":"2020-10-28T04:35:46.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T23:41:46.601Z","etag":null,"topics":["appkit","cocoa","macos","swift"],"latest_commit_sha":null,"homepage":"","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/0xLeif.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":"2020-10-28T03:08:33.000Z","updated_at":"2021-04-01T16:06:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9308f0a-832c-4a62-b083-f41d3d4160e5","html_url":"https://github.com/0xLeif/SwiftAK","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xLeif%2FSwiftAK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xLeif%2FSwiftAK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xLeif%2FSwiftAK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xLeif%2FSwiftAK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xLeif","download_url":"https://codeload.github.com/0xLeif/SwiftAK/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247334841,"owners_count":20922297,"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":["appkit","cocoa","macos","swift"],"created_at":"2024-10-31T04:10:10.605Z","updated_at":"2026-05-02T04:36:38.300Z","avatar_url":"https://github.com/0xLeif.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftAK\nAppKit code that is fun to write.\n\n## Example Code\n\n```swift\nimport Cocoa\nimport SwiftAK\n\nclass ViewController: NSViewController {\n    \n    override func viewDidLoad() {\n        super.viewDidLoad()\n        \n        view.center {\n            NSView().vstack {\n                [\n                    \n                    NSView(backgroundColor: .red)\n                        .frame(height: 100, width: 100)\n                        .padding()\n                        .background(color: .yellow),\n                    \n                    NSText()\n                        .configure {\n                        $0.string = \"Hello World!\"\n                    }\n                    .background(color: .blue)\n                    .frame(height: 60, width: 100)\n                ]\n            }\n        }\n    }\n}\n```\n\n## Example \n\n![SwiftAK Example](https://i.imgur.com/h8Gt8lq.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xleif%2Fswiftak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xleif%2Fswiftak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xleif%2Fswiftak/lists"}