{"id":20852635,"url":"https://github.com/eleev/ios-spritekit-shader-sandbox","last_synced_at":"2025-08-23T13:32:12.932Z","repository":{"id":52809095,"uuid":"101636508","full_name":"eleev/ios-spritekit-shader-sandbox","owner":"eleev","description":"👾 Collection of custom effects for SpriteKit implemented using GLSL/Metal shaders.","archived":false,"fork":false,"pushed_at":"2023-06-16T05:10:02.000Z","size":16424,"stargazers_count":94,"open_issues_count":0,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-23T10:32:29.957Z","etag":null,"topics":["apple","cg","glsl","ios","shader","shaders","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eleev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-08-28T11:31:11.000Z","updated_at":"2025-06-26T06:10:36.000Z","dependencies_parsed_at":"2024-08-08T17:26:18.048Z","dependency_job_id":null,"html_url":"https://github.com/eleev/ios-spritekit-shader-sandbox","commit_stats":null,"previous_names":["jvirus/ios-spritekit-shader-sandbox"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/eleev/ios-spritekit-shader-sandbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleev%2Fios-spritekit-shader-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleev%2Fios-spritekit-shader-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleev%2Fios-spritekit-shader-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleev%2Fios-spritekit-shader-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eleev","download_url":"https://codeload.github.com/eleev/ios-spritekit-shader-sandbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleev%2Fios-spritekit-shader-sandbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271749051,"owners_count":24814115,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["apple","cg","glsl","ios","shader","shaders","spritekit","swift"],"created_at":"2024-11-18T03:18:17.971Z","updated_at":"2025-08-23T13:32:12.890Z","avatar_url":"https://github.com/eleev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iOS SpriteKit Shader Sandbox [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\n[![Platform](https://img.shields.io/badge/platform-iOS-yellow.svg)]()\n[![Language](https://img.shields.io/badge/language-Swift_5.3-orange.svg)]()\n[![SecondaryLanguage](https://img.shields.io/badge/language-GLSL-red.svg)]()\n[![ThirdLanguage](https://img.shields.io/badge/language-Metal-purple.svg)]()\n[![Framework](https://img.shields.io/badge/frameworks-SpriteKit-ff69b4.svg)]()\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()\n\n**Last Update: 18/April/2021.**\n\n![](logo-spritekit_shadertoy.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\nThis `iOS` project showcases the application of `GLSL` and `Metal` Shaders within the `SpriteKit` framework 👾. The app functions as a testing environment to swiftly prototype and explore fragment shaders. At present, it features `12` distinct custom fragment shaders, with more being added routinely.\n\n# 📝 List of Shaders\n\n|  |  |\n:-------------------------:|:-------------------------:\n![CRT Effect](https://user-images.githubusercontent.com/5098753/41338402-c37c847e-6efa-11e8-93e2-8d6fb709e697.gif) | ![LCD Effect](https://user-images.githubusercontent.com/5098753/41338403-c39c791e-6efa-11e8-80c9-3929a4e0dabe.gif) | ![GTC14](https://user-images.githubusercontent.com/5098753/36643373-6513562c-1a5b-11e8-9ba5-9fb98bdc3ceb.gif)\n![Mandelbrot Recursive (Julia Set)](https://user-images.githubusercontent.com/5098753/36643375-65544cae-1a5b-11e8-966b-a0286d0d07ee.gif) | ![Tron Road](https://user-images.githubusercontent.com/5098753/36643377-6592f378-1a5b-11e8-9490-95052d900e58.gif) | ![Spots](https://user-images.githubusercontent.com/5098753/36643376-6573f86a-1a5b-11e8-802a-42d7dd168f1e.gif)\n![Lattice](https://user-images.githubusercontent.com/5098753/36643374-6534de64-1a5b-11e8-83a8-96af89c84ddd.gif) | ![Flame Raymatching](https://user-images.githubusercontent.com/5098753/29877584-b6cb2c0a-8da8-11e7-950b-329fc49cd856.gif) | ![Paint Noise](https://user-images.githubusercontent.com/5098753/29831538-1b6069de-8cee-11e7-98a0-8613f7e693c8.gif)\n![RGB Lighning ](https://user-images.githubusercontent.com/5098753/29831537-1b58fb86-8cee-11e7-96f6-1c024d4e0be0.gif) | ![Water Reflections](https://user-images.githubusercontent.com/5098753/29831536-1b583f48-8cee-11e7-88ad-d0c57f33139d.gif)\n\n# 👨‍💻 Author\n[Astemir Eleev](https://github.com/eleev)\n\n# 🔖 Licence \n`ios-spritekit-shader-sandbox` is available under the `MIT` license. See the [LICENSE](https://github.com/eleev/ios-spritekit-shader-sandbox/blob/master/LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feleev%2Fios-spritekit-shader-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feleev%2Fios-spritekit-shader-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feleev%2Fios-spritekit-shader-sandbox/lists"}