Skip to main content

6 posts tagged with "components"

View All Tags

Building a Storyboard Container

· 5 min read

If you are evaluating Storyboard or the Torizon platform you will likely have seen our pre-built container images configured to run on the Toradex Torizon platform. After you’ve played around with the image a bit, you will likely want to build your own container. Docker is a very flexible and configurable platform so I’m going to show you what we’ve done internally for our container and you can use that as inspiration or a base for your container going forward. To begin you will require the followirng pieces:

Animating an Arc Tutorial

· 5 min read

Arcs can be used for many purposes, but are often used to show some form of progress. This tutorial will walk you through how to animate an arc to create a loading wheel, using two different methods. The first will use the start and end angles that define the arc to create a spinning wheel where the tail chases the head. The second will use the arc’s rotation to create a pinwheel-like animation.