Geoff Pado

Black Highlighter — May 22nd, 2019

This session started with a quick fix to the issue we left open last time: the undo and redo buttons wouldn’t disable appropriately when their respective stack was empty. This turned out to be a simple timing issue; reloading the buttons after the undo action rather than when the redactions changed made everything work correctly.

The rest of this session was a bit more fun: playing with SpriteKit particle emitters. I’ve dreamed of putting particle effects in an otherwise serious app for a long time, and needing a way to show where “magic” highlighting could be done seemed like as good a place as any.

First, I had to get a particle effect that I liked. Fortunately, Xcode has a neat particle effect editor that allows you to tweak all the settings live, and save your emitter node out to a file. I started with the “Fireflies” particle template and tweaked colors, lifespan, birthrate, etc. until I had something that looked good.

After having a particle effect I liked, it was time to put it in the app. I took the existing visualization view and made it a SpriteKit view. Then, I created a scene with a single child node (the particle emitter) and presented that scene from the visualization view, and boom! sparkles everywhere!

There’s still a lot of things left to fix with the particle effects (mostly their scale on larger images), but seeing it in action already looks pretty cool. I’m excited to see how this looks when it’s finally complete.

Commits Made

Tickets Closed

Tickets Created

None.

Project Stats

Sessions Completed
20
Days Since Start
52
Issues Closed
29
Issues Open
10
Percent Complete
74.4%

Replay

Coming soon.