{"id":23278757,"url":"https://github.com/tonilijic/swiftui-explorations","last_synced_at":"2025-04-05T08:04:12.655Z","repository":{"id":217555162,"uuid":"743982434","full_name":"tonilijic/SwiftUI-Explorations","owner":"tonilijic","description":"mono repo for all my SwiftUI explorations ✨","archived":false,"fork":false,"pushed_at":"2024-12-19T12:12:53.000Z","size":11639,"stargazers_count":165,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-29T07:03:01.824Z","etag":null,"topics":["coremotion","spritekit","swiftui"],"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/tonilijic.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":"2024-01-16T11:53:27.000Z","updated_at":"2025-03-26T07:45:08.000Z","dependencies_parsed_at":"2024-04-28T20:30:52.778Z","dependency_job_id":"28ad3eb4-6c5f-408a-9366-8d1d8b1df25f","html_url":"https://github.com/tonilijic/SwiftUI-Explorations","commit_stats":null,"previous_names":["tonilijic/swiftui-explorations"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonilijic%2FSwiftUI-Explorations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonilijic%2FSwiftUI-Explorations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonilijic%2FSwiftUI-Explorations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonilijic%2FSwiftUI-Explorations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonilijic","download_url":"https://codeload.github.com/tonilijic/SwiftUI-Explorations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305932,"owners_count":20917208,"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":["coremotion","spritekit","swiftui"],"created_at":"2024-12-19T22:34:30.851Z","updated_at":"2025-04-05T08:04:12.635Z","avatar_url":"https://github.com/tonilijic.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SwiftUI-Explorations ##\n\nHere, you’ll find a collection of my swiftUI prototypes. As I delve into SwiftUI, I’m sharing my learning journey and experiments in this space. I also cover these topics in more detail in my [blog post](https://www.toni.li/blog/swiftui-explorations)\u003cbr /\u003e\u003cbr /\u003e\n\n\n| #   | Project Name \u0026 Link                                                                                  | Description                                                   |\n|-----|-----------------------------------------------------------------------------------------------------|---------------------------------------------------------------|\n| 1   | [Animated Tab Icons](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Animated%20Tab%20Icons) | Animating symbols and native animation properties.            |\n| 2   | [Apple TV Loader](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/AppleTVLoader)         | Experimented with layouts and recreated loading spinner.      |\n| 3   | [Arc Drag Interaction](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/ArcDragInteraction) | Replicated onboarding fidget spinner from Arc Search app.     |\n| 4   | [Button Animation](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Button%20animation)   | Tap, press exercise.                                          |\n| 5   | [Button Styles](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Button%20Styles)         | 2023 and 2024 button style toggle.                            |\n| 6   | [Confetti Fidgets](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/ConfettiFidgets)      | Recreated Framer interaction by Daniel Korpai.                |\n| 7   | [Gradient Mesh](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Gradient%20Mesh)         | Gradient mesh experiment.                                     |\n| 8   | [iOS Dock](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/AppJiggling)                  | iOS Dock adjusted for horizontal scrolling.                   |\n| 9   | [iOS Slider](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Volume%20Control)           | iOS Slider with added glow.                                   |\n| 10  | [Keyframe Challenge](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/KeyframeChallenge)  | Keyframe animation exercise.                                  |\n| 11  | [Meatball](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Meatball)                    | CoreMotion exercise.                                          |\n| 12  | [Meditation](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Meditation)                | Breathing Apple Watch-like interaction.                       |\n| 13  | [On Drag Interaction](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/OnDragExercise)    | Dynamic cloth-like grid.                                      |\n| 14  | [Paging Indicators](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Paging%20Indicators) | Based on idea from Andie Logan.                               |\n| 15  | [Particles Burst](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Particles%20Burst)     | Recreated [prototype](https://x.com/alexwidua/status/1702356242713178411?s=20) by Alex Widua. |\n| 16  | [Spinner](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Spinner1)                      | Played with layouts and tried to recreate Apple TV spinner.                                     |\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n\u003e [!NOTE]\n\u003e As I am currently in the learning process and exploring out of pure joy and curiosity, please note that the code may not yet be fully optimized for production-level usage.\u003cbr /\u003e\n\u003cbr /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonilijic%2Fswiftui-explorations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonilijic%2Fswiftui-explorations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonilijic%2Fswiftui-explorations/lists"}