Community Showcase: September 2024
The Community Showcase of Swift packages features packages from around the Swift community nominated via this thread on the Swift forums and voted on by the Swift Website Workgroup.
This list is an archive of the Community Showcase from September 2024.
-
swift-globby David Beck
Native Swift implementation for glob pattern matching and file filtering. Features include fast matching, concurrent directory searching, customizable behavior, and an ergonomic API.
Discussed on Episode 44 of Swift Package Indexing.
-
Easingby Pavel Sharanda
Easing provides a comprehensive set of easing functions for interactive transitions and time-based calculations. Features include a swifty API, cubic bezier based easings, interpolation for common types, and an interactive demo app.
Discussed on Episode 47 of Swift Package Indexing.
-
Tabularby António Pedro Marques
Facilitates data sharing by converting spreadsheet data into structured objects, supporting XLSX via CoreXLSX. Not designed for large tables or high-performance needs.
Discussed on Episode 46 of Swift Package Indexing.
-
Meridianby Soroush Khanlou
Enables writing web server endpoints in Swift using a declarative approach.
Linked to in Issue 667 of iOS Dev Weekly.
-
KeyColorby Anton Heestand
Extracts dominant colors from images, supporting both UIImage and NSImage. Adjustable saturation, brightness thresholds, and resolution. Uses PixelColor and AsyncGraphics libraries.
Discussed on Episode 47 of Swift Package Indexing.
-
Neuronby William Vabrinskas
Swift library for building and training neural networks with customizable architectures. Supports Classifier, GAN, WGAN, and WGANGP models. Uses Tensors for computations and various optimizers for training.
Nominated in this forum post.