{"id":15038305,"url":"https://github.com/coder-acjhp/skpulsator","last_synced_at":"2026-03-16T22:35:35.182Z","repository":{"id":131076505,"uuid":"149183597","full_name":"Coder-ACJHP/SKPulsator","owner":"Coder-ACJHP","description":"Pulse animation for SKSpriteNode","archived":false,"fork":false,"pushed_at":"2019-05-03T12:22:36.000Z","size":656,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T13:14:05.004Z","etag":null,"topics":["animation-effects","extension","pulse-animation","spritekit","swift-4"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Coder-ACJHP.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":"2018-09-17T20:25:25.000Z","updated_at":"2023-01-21T23:21:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"3985f258-33b2-41d2-be3b-f73ba2ee9bf5","html_url":"https://github.com/Coder-ACJHP/SKPulsator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-ACJHP%2FSKPulsator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-ACJHP%2FSKPulsator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-ACJHP%2FSKPulsator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-ACJHP%2FSKPulsator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coder-ACJHP","download_url":"https://codeload.github.com/Coder-ACJHP/SKPulsator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243410446,"owners_count":20286396,"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":["animation-effects","extension","pulse-animation","spritekit","swift-4"],"created_at":"2024-09-24T20:37:58.641Z","updated_at":"2025-12-29T22:38:34.831Z","avatar_url":"https://github.com/Coder-ACJHP.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SKPulsator\n\u003cdiv\u003e\n  \u003ch2\u003eCircle pulse animation for SKSpriteNode as extension\u003c/h2\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://github.com/Coder-ACJHP/SKPulsator/blob/master/Pulsator.gif\" width=300 height=500\u003e\n  \u003cbr\u003e\n  \u003ch2\u003eHow to use?\u003c/h2\u003e\n\u003c/div\u003e\n\u003cul\u003e\n  \u003cli\u003eAdd \u003cb\u003eSKPulsator.swift\u003c/b\u003e file to your project\u003c/li\u003e\n  \u003cli\u003eCall the \u003cb\u003eaddPulseEffect()\u003c/b\u003e function by adding \u003cb\u003e.\u003c/b\u003e after your SKSpriteNode name\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eExample usage : \u003c/h2\u003e\n\u003cpre\u003e\n\u003ccode\u003e\nimport SpriteKit\nimport GameplayKit\n\nclass GameScene: SKScene {\n    \n    private var pulseNode: SKSpriteNode!\n    \n    override func didMove(to view: SKView) {\n        \n        self.backgroundColor = .white\n        if let node = self.childNode(withName: \"anyNode\") as? SKSpriteNode {\n            self.pulseNode = node\n        }\n        \n    }\n    \n    override func touchesBegan(_ touches: Set\u003cUITouch\u003e, with event: UIEvent?) {\n        self.pulseNode.repeatPulseEffectForEver(circleOfRadius: 80)\n        \n        //self.pulseNode.addPulseEffect(circleOfRadius: 80, backgroundColor: .red)\n\n    }\n}\n\u003c/code\u003e\n\u003c/pre\u003e\n\n##### And \u003ca href=\"https://gist.github.com/Coder-ACJHP/f77dd0b383b9797eff299336f4a5fc5f\"\u003ehere\u003c/a\u003e is UIKit version (lightweight)\n\n\u003cp\u003e\u003cb\u003eLicense :\u003c/b\u003e GNU GENERAL PUBLIC LICENSE V3\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder-acjhp%2Fskpulsator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder-acjhp%2Fskpulsator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder-acjhp%2Fskpulsator/lists"}