Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonilijic/swiftui-explorations
mono repo for all my SwiftUI explorations ✨
https://github.com/tonilijic/swiftui-explorations
coremotion spritekit swiftui
Last synced: 5 days ago
JSON representation
mono repo for all my SwiftUI explorations ✨
- Host: GitHub
- URL: https://github.com/tonilijic/swiftui-explorations
- Owner: tonilijic
- License: mit
- Created: 2024-01-16T11:53:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T12:12:53.000Z (5 days ago)
- Last Synced: 2024-12-19T12:40:20.110Z (5 days ago)
- Topics: coremotion, spritekit, swiftui
- Language: Swift
- Homepage:
- Size: 11.1 MB
- Stars: 124
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SwiftUI-Explorations ##
Here, 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)
| # | Project Name & Link | Description |
|-----|-----------------------------------------------------------------------------------------------------|---------------------------------------------------------------|
| 1 | [Animated Tab Icons](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Animated%20Tab%20Icons) | Animating symbols and native animation properties. |
| 2 | [Apple TV Loader](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/AppleTVLoader) | Experimented with layouts and recreated loading spinner. |
| 3 | [Arc Drag Interaction](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/ArcDragInteraction) | Replicated onboarding fidget spinner from Arc Search app. |
| 4 | [Button Animation](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Button%20animation) | Tap, press exercise. |
| 5 | [Button Styles](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Button%20Styles) | 2023 and 2024 button style toggle. |
| 6 | [Confetti Fidgets](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/ConfettiFidgets) | Recreated Framer interaction by Daniel Korpai. |
| 7 | [Gradient Mesh](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Gradient%20Mesh) | Gradient mesh experiment. |
| 8 | [iOS Dock](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/AppJiggling) | iOS Dock adjusted for horizontal scrolling. |
| 9 | [iOS Slider](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Volume%20Control) | iOS Slider with added glow. |
| 10 | [Keyframe Challenge](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/KeyframeChallenge) | Keyframe animation exercise. |
| 11 | [Meatball](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Meatball) | CoreMotion exercise. |
| 12 | [Meditation](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Meditation) | Breathing Apple Watch-like interaction. |
| 13 | [On Drag Interaction](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/OnDragExercise) | Dynamic cloth-like grid. |
| 14 | [Paging Indicators](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Paging%20Indicators) | Based on idea from Andie Logan. |
| 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. |
| 16 | [Spinner](https://github.com/tonilijic/SwiftUI-Explorations/tree/main/Spinner1) | Played with layouts and tried to recreate Apple TV spinner. |
> [!NOTE]
> 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.