{"id":19688574,"url":"https://github.com/maxvol/spritekitdsl","last_synced_at":"2026-06-03T23:31:22.564Z","repository":{"id":41518166,"uuid":"168417364","full_name":"maxvol/SpriteKitDSL","owner":"maxvol","description":"Swift DSL for SpriteKit","archived":false,"fork":false,"pushed_at":"2022-07-03T12:50:44.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T08:09:01.438Z","etag":null,"topics":["dsl","spritekit","swift"],"latest_commit_sha":null,"homepage":null,"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/maxvol.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}},"created_at":"2019-01-30T21:22:01.000Z","updated_at":"2022-07-03T12:50:47.000Z","dependencies_parsed_at":"2022-09-21T11:41:40.685Z","dependency_job_id":null,"html_url":"https://github.com/maxvol/SpriteKitDSL","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FSpriteKitDSL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FSpriteKitDSL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FSpriteKitDSL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FSpriteKitDSL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxvol","download_url":"https://codeload.github.com/maxvol/SpriteKitDSL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240995316,"owners_count":19890707,"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":["dsl","spritekit","swift"],"created_at":"2024-11-11T18:38:21.764Z","updated_at":"2026-06-03T23:31:22.534Z","avatar_url":"https://github.com/maxvol.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpriteKitDSL\nSwift DSL for SpriteKit\n\n```swift\nlet node = SKNode.shapeNode(rectOf: size, cornerRadius: radius) {\n    $0.lineWidth = 2.5            \n    $0.run(SKAction.repeatForever(SKAction.rotate(byAngle: CGFloat(Double.pi), duration: 1)))\n    $0.physicsBody(SKPhysicsBody(rectangleOf: size)) {\n        $0.mass = 5.0\n        $0.isDynamic = true\n        $0.affectedByGravity = true\n        $0.usesPreciseCollisionDetection = true\n    }\n}\n```\n\nCarthage setup -\n```\ngithub \"maxvol/SpriteKitDSL\" ~\u003e 0.1.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvol%2Fspritekitdsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxvol%2Fspritekitdsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvol%2Fspritekitdsl/lists"}