Stefan Blos
Image of Stefan presenting to a crowd.

Stefan Blos

Twitter Space: MotionScape - building a free, open-source Mac app

Outline

The hosts of this show were Stefan and Amos und you can listen to the recording here.

Introduction and welcome

  1. We mentioned the release tweet, the download link, and that people should check it out and have a look at the open-source repo
  1. Why shoud people star the repo?
    • Because it allows us to keep working on it
    • As luckily our employer Stream is kind enough to let us work on it

    What was the starting point?

    1. Amos created a (= many) tutorial(s) around animations
    1. We both thought that it was cool and fun to play around to get them right
    1. Stefan created a little example with some controls that set parameters
    1. Amos said: I always wanted to do that and create an app for that after seeing an example from CodePen.
    1. We both said: let’s do it

    How did we approach it?

    1. We asked ourselves what we want from it?
      • Clear that we wanted to open-source it
      • Make it fun and free
      • Not bloated, but just put in a few examples and maybe even explanations
    1. There’s only a limited number of different animations so we decided to start with the bare minimum
      • created a list of things we wanted to have in our MVP that we thought to be “releasable”
      • cut out the unnecessary things for later versions (not everything has to be in, if we want everything perfect we wouldn’t ever ship it)
    1. Include a few examples, add parameters to play around within a very simple UI
      • Use basic UI components where possible
      • go for functionality instead of fancy design (Example: drag-and-drop the dots of easing-graphs
    1. List of features to include:
      • Spring animation support
      • Easings/interpolations support
      • Preview: what you see is what you get
      • Ability to copy animation code snippets for SwiftUI

    What did the development process look like?

    1. Amos created most of the animations and prepared them for inclusion in the app
    2. Stefan created the skeleton of the Mac app (which was completely new, but not really)
    3. we integrated and shared and improved from there
    4. There are still more animation examples ready for future versions

    What did the release process look like?

    1. We tested between the two of us
    2. then we included people from our team (via TestFlight)
    3. then we got scared because a very similar app got released: Couverture
    4. then we released

    What are the plans for the future?

    1. move the entire process to Github (Issues, Boards, etc.)
    2. get feedback from the community and see what they would like/contribute
    3. more animation examples for sure
    4. improve UX for a better ability to work with the app (Example: Timing curves - the ability to adjust control points with the control handles of the graph)

    Kindly share and like this to support us and the project:

    Listener Requested Links

    SwiftUI Animation Links

    SwiftUI Animation Inspiration

    Animation Theory and Principles