@wigglytuffitout From what I recall of iOS animation APIs, it would be extremely easy to just create a bunch of colorful objects, give them random points to move to, and just set the gravity to a low value so they shoot up then slowly fall with some spin
@wigglytuffitout For the confetti, there was a single rectangular image asset that we just assigned a random color out of a set of 4. So even that wasn't so bad.
@wigglytuffitout I actually had an old project that had a confetti effect very similar, except with normal gravity. It was a few lines, mostly just describing the appearance of the confetti "particles".