{"id":19688552,"url":"https://github.com/maxvol/rxgameplaykit","last_synced_at":"2025-08-01T16:39:30.450Z","repository":{"id":89974873,"uuid":"167777037","full_name":"maxvol/RxGameplayKit","owner":"maxvol","description":"RxGameplayKit (based on RxSwift)","archived":false,"fork":false,"pushed_at":"2019-02-25T03:59:07.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T08:08:57.125Z","etag":null,"topics":["gameplaykit","ios","rx","rxswift","swft"],"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/maxvol.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":"2019-01-27T06:10:46.000Z","updated_at":"2019-02-25T03:59:08.000Z","dependencies_parsed_at":"2023-05-30T18:00:18.367Z","dependency_job_id":null,"html_url":"https://github.com/maxvol/RxGameplayKit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FRxGameplayKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FRxGameplayKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FRxGameplayKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FRxGameplayKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxvol","download_url":"https://codeload.github.com/maxvol/RxGameplayKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240995313,"owners_count":19890706,"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":["gameplaykit","ios","rx","rxswift","swft"],"created_at":"2024-11-11T18:38:19.326Z","updated_at":"2025-02-27T08:28:07.013Z","avatar_url":"https://github.com/maxvol.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RxGameplayKit\nRxGameplayKit (based on RxSwift)\n\n*NB*: It is probably counterproductive to use it with `GKSKNodeComponent` or `GKSCNNodeComponent` which already implement the delegate methods, but with nodeless agents and non-SpriteKit/SceneKit usage it may come in handy.\n\nBasic usage.\n\n```swift\n\nagent\n    .rx\n    .willUpdate\n    .subscribe { event in\n        switch event {\n            case .next(let agent):\n                // TODO: ...\n            break\n            default:\n            break\n        }\n    }\n    .disposed(by: disposeBag)\n\nagent\n    .rx\n    .didUpdate\n    .subscribe { event in\n        switch event {\n            case .next(let agent):\n                // TODO: ...\n            break\n            default:\n            break\n        }\n    }\n    .disposed(by: disposeBag)\n\n```\n\nCarthage setup.\n\n```\ngithub \"maxvol/RxGameplayKit\" ~\u003e 0.0.2\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvol%2Frxgameplaykit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxvol%2Frxgameplaykit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvol%2Frxgameplaykit/lists"}