- August 22, 2025
- Mins Read
This little app visualises different Fourier series using epicycles and a graph.
The number of functions and the type of series can be changed. The following series are supported:
It builds and runs on iOS and macOS using Catalyst.
I started this little project to familiarise myself a bit more with SwiftUI and its drawing APIs. It is not meant to be perfect SwiftUI and I am sure there are probably better ways of doing things. Any feedback is appreciated!
A SwiftUI Marquee or "scrolling text" effect found in Apple native apps. For when one line isn't enough, but two ...
Introduction Text composition in SwiftUI can often be cumbersome, especially when there's logic affecting its format and content. TextBuilder leverages the ...