{"id":20852629,"url":"https://github.com/eleev/skcomponents-kit","last_synced_at":"2025-05-12T05:30:50.346Z","repository":{"id":83808519,"uuid":"127950680","full_name":"eleev/skcomponents-kit","owner":"eleev","description":"⚗️ Collection of SpriteKit components for intermediate/advanced use cases.","archived":false,"fork":false,"pushed_at":"2021-07-04T16:43:12.000Z","size":540,"stargazers_count":41,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T00:51:09.336Z","etag":null,"topics":["chain","components","destruction","ios","joystick","macos","physics","rope","sknode","skspritenode","spritekit","swift"],"latest_commit_sha":null,"homepage":"","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/eleev.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-04-03T18:23:08.000Z","updated_at":"2025-03-19T12:15:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7298747-f7e9-4b8a-9a77-cc0779f50a8b","html_url":"https://github.com/eleev/skcomponents-kit","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/eleev%2Fskcomponents-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleev%2Fskcomponents-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleev%2Fskcomponents-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleev%2Fskcomponents-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eleev","download_url":"https://codeload.github.com/eleev/skcomponents-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253681889,"owners_count":21946825,"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":["chain","components","destruction","ios","joystick","macos","physics","rope","sknode","skspritenode","spritekit","swift"],"created_at":"2024-11-18T03:18:17.664Z","updated_at":"2025-05-12T05:30:50.325Z","avatar_url":"https://github.com/eleev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# skcomponents-kit [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\n[![Language](https://img.shields.io/badge/language-Swift_5.0-orange.svg)]()\n[![Framework](https://img.shields.io/badge/framework-SpriteKit-red.svg)]()\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()\n\n**Last Update: 04/July/2021.**\n\n![](logo-skcomponents_kit.png)\n\n### If you like the project, please give it a star ⭐ It will show the creator your appreciation and help others to discover the repo.\n\n# ✍️ About\n\nThis repository contains a collection of various `SpriteKit` nodes and components for intermediate/advanced use cases.\n\n# ⚠️ Caution\n- Please note that you have to be very careful if you are going to use the repo in commercial projects - **do not use** graphics assets. The assets were taken from the `Web` and [icons8.com](https://icons8.com). However **I strongly recommend to double check it**.\n\n# 🏗 Installation\n\n## Cocoapods\nWill be added in the next update. \n\n## Manual\nYou can always handpick the component from the sources and manually add it to your project.\n\n# 🕹 Joystick Node\nJoystick node component. Controlls `movement` or/and `orientation` of attached node. Implemented using `POP` design. In order to use you need to conform to `Controllable2D` protocol composition typealias. Or you can conform to either `MovableProtocol` or `OrientationProtocol`. \n\n## Demo \n\u003cimg src=\"https://user-images.githubusercontent.com/5098753/43082767-809d26dc-8e9d-11e8-922e-474e8bf9f12c.gif\" width=\"650\"\u003e\n\n# ⛓ Rope Node\nRope/Chain node component. Can also be used to simulate bridges, platforms and gameplay elemnts. \n\n## ToDo\n- [ ] Ability to slice the rope into pieces\n\n## Demo \n\u003cimg src=\"https://user-images.githubusercontent.com/5098753/38315832-0066c192-3832-11e8-8d20-d65daa1bf00b.gif\" width=\"650\"\u003e\n\n# 💣 Destructible Node\nAdds an ability to visualize explosions for `SKSpriteNode`s. The physics shape is recalculated when sprite is re-rendered. The effect is fairly simple, however it can be used for games like `Worms` in order to add more dynamic gameplay when using projectiles and bombs.\n\n## ToDo\n- [ ] Proper resizing - right now the texture is reset back to the original size when hit tested\n- [ ] Ability to slice the node when it is sliced into more than one pieces\n\n## Demo\n\u003cimg src=\"https://user-images.githubusercontent.com/5098753/42517667-eebb301c-8468-11e8-80dd-702215136bc8.gif\" width=\"650\"\u003e\n\n# 👨‍💻 Author \n[Astemir Eleev](https://github.com/jVirus)\n\n# 🔖 Licence \nThe project is availabe under [GNU GENERAL PUBLIC LICENSE](https://github.com/jVirus/skcomponents-kit/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feleev%2Fskcomponents-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feleev%2Fskcomponents-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feleev%2Fskcomponents-kit/lists"}