Jack Rosen

Vortecs

SwiftUIKitCocoapods

An app to help students visualize complex linear transformations.


What it is

Vortecs is an app that allows students to visualize complex linear transformations. It allows you to build default vectors and transform them through transforms. It both transforms the vectors and the plane, so you can see how the plane updates when you are updating the vectors.

The problem

After watching the 3Blue1Brown “Essence of linear algebra” Youtube series, my friend Dennis was inspired to create a desktop Java application for visualizing 2D linear transformations. I thought it would be a fun challenge to recreate it in Swift as an app!

My role