gitextract_r062yy9l/ ├── .gitignore ├── .swiftlint.yml ├── LICENSE.md ├── README.md ├── metaballs/ │ ├── AppDelegate.swift │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── ConfigViewController.swift │ ├── Info.plist │ ├── LayeredButton.swift │ ├── MetaballsView/ │ │ ├── Blob.swift │ │ ├── CGPoint+Trigonometry.swift │ │ ├── Metaball.swift │ │ └── MetaballsView.swift │ ├── Resources/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ └── Base.lproj/ │ │ └── LaunchScreen.storyboard │ └── ViewController.swift ├── metaballs.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist └── resources/ ├── blob.sketch └── rorschach.ai