Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 2.08 KB

README.md

File metadata and controls

54 lines (43 loc) · 2.08 KB

SwiftUI Experiments App icon

Motivation

I like to play around with SwiftUI and it is fun exploring this framework. SwiftUI makes it easy to do animations and the results are impressive. As I learn more about it, I try to make something pleasing while covering some of the concepts of SwiftUI.

This repository will contain my experiments with SwiftUI.

Space Travel: Journey to Earth

I have been playing with Shapes, Animations and Transitions in SwiftUI and decided to make a short animation clip inspried by Kurzgesagt – In a Nutshell YouTube videos. Starting with combining various Shapes, I created Planets and Birds and then from animating them individually to combining everything together I was able to create a short animation.

The following animation is combination of Outer Space objects and some Bird Characters, everything is SwiftUI view, no Images used.

Planets and Stars


White Dwarf Earth Saturn Purple Planet


Birds


Blue Bird Breathing Bird Flapping Bird Black Bird


Combining everything together


Space Journey


Try it yourself

  1. Clone this repository to your local machine.
  2. Open the project in Xcode.
  3. Run the app on the simulator or a physical device.