Bookworm Challenges

Posted on Wed 28 July 2021 in swift

Ugh, rough day today. Woke up with awful heartburn and I've been useless all day. I did manage to get another day of 100 Days of SwiftUI finished.

The most interesting bit with the challenges today was using an extension on a Core Data class to unwrap and format a date. I've done that sort of thing with ObjC before, but I haven't done much Core Data work with Swift so it's nice to get some practice.

I also ported another generative art sketch to Swift from the Generative Design book. Part of the fun at this point is to look at the image in the book, maybe load it up live from their website, then try to implement it in SwiftUI with Canvas without looking at their p5.js code.

Jitter quadrilaterals