Community Showcase: September 2024
Swift 软件包社区展示栏目展示了来自 Swift 社区的各类软件包,这些包通过 Swift 论坛上的这个帖子提名,并由 Swift 网站工作组投票选出。
这是 2024年September Swift 社区展示的存档列表。
-
swift-glob作者: 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.
-
Easing作者: 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.
-
Tabular作者: 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.
-
Meridian作者: Soroush Khanlou
Enables writing web server endpoints in Swift using a declarative approach.
Linked to in Issue 667 of iOS Dev Weekly.
-
KeyColor作者: 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.
-
Neuron作者: 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.