early experiment · Swift · Aug-Sep 2023
Pathfinder
Swift pathfinding and spatial-data-structure experiments, including quadtree and floorplan/SVG work.
This was an early Swift experiment around pathfinding, floorplans, and spatial
data structures. The local project contains several related attempts:
Pathfinder, Pathfinder3, SVGExperiment, and PathFinderX.
The most interesting evidence is the quadtree work in the model layer. It is the kind of small project that marks a period of learning by building: take a visual problem, make it interactive, and then discover which data structures become necessary once the naive version starts to creak.