{"id":19685922,"url":"https://github.com/rxswiftcommunity/rxspritekit","last_synced_at":"2026-02-28T14:31:21.829Z","repository":{"id":89974943,"uuid":"138333063","full_name":"RxSwiftCommunity/RxSpriteKit","owner":"RxSwiftCommunity","description":"RxSpriteKit (based on RxSwift)","archived":false,"fork":false,"pushed_at":"2020-07-01T19:23:44.000Z","size":38,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-29T06:32:22.858Z","etag":null,"topics":["ios","macos","reactive-programming","rxswift","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RxSwiftCommunity.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-06-22T18:00:25.000Z","updated_at":"2021-07-10T14:56:51.000Z","dependencies_parsed_at":"2023-05-30T18:00:38.598Z","dependency_job_id":null,"html_url":"https://github.com/RxSwiftCommunity/RxSpriteKit","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/RxSwiftCommunity/RxSpriteKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxSpriteKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxSpriteKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxSpriteKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxSpriteKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RxSwiftCommunity","download_url":"https://codeload.github.com/RxSwiftCommunity/RxSpriteKit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxSpriteKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260645539,"owners_count":23041561,"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":["ios","macos","reactive-programming","rxswift","spritekit","swift"],"created_at":"2024-11-11T18:24:47.144Z","updated_at":"2026-02-28T14:31:21.786Z","avatar_url":"https://github.com/RxSwiftCommunity.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RxSpriteKit\nRxSpriteKit (based on RxSwift)\n\nSee demo project RxSpriteGame (https://github.com/maxvol/RxSpriteGame) for reference.\n\nBasic usage.\n\n```swift\n\nskView.rx.shouldRenderAtTime = { (view, time) -\u003e Bool in true }\n    \nskScene\n    .rx\n    .update\n    .subscribe { event in\n    switch event {\n        case .next(let update):\n            // TODO: ...\n            break\n        default:\n            break\n        }\n    }\n    .disposed(by: disposeBag)\n    \n    \nphysicsWorld\n    .rx\n    .didBeginContact\n    .subscribe { event in\n    switch event {\n        case .next(let didBeginContact):\n            // TODO: ...\n            break\n        default:\n            break\n        }\n    }\n    .disposed(by: disposeBag)        \n```\n\nCarthage setup.\n\n```\ngithub \"RxSwiftCommunity/RxSpriteKit\" ~\u003e 0.1.1\n\n```\n\nCopyright (c) RxSwiftCommunity\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxswiftcommunity%2Frxspritekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxswiftcommunity%2Frxspritekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxswiftcommunity%2Frxspritekit/lists"}