awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 مستودعات

Awesome GitHub RepositoriesSwift Projects

Repositories primarily implemented in or related to the Swift programming language.

Explore 15 awesome GitHub repositories matching programming languages & runtimes · Swift Projects. Refine with filters or upvote what's useful.

Awesome Swift Projects GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mungell/awesome-for-beginnersالصورة الرمزية لـ MunGell

    MunGell/awesome-for-beginners

    86,586عرض على GitHub↗

    This project is a curated directory of software repositories specifically selected to help newcomers make their first open-source contributions. It serves as a collaborative knowledge base that aggregates entry-level development opportunities, providing a structured path for novice developers to practice version control and engage with active software communities. The repository distinguishes itself through a community-driven model where project listings are populated and verified by external contributors. This distributed peer review process ensures the directory remains current, while the u

    Collects Swift-based repositories that are specifically curated to be approachable for developers making their first open-source contributions.

    awesomeawesome-listbeginner-project
    عرض على GitHub↗86,586
  • kodecocodes/swift-algorithm-clubالصورة الرمزية لـ kodecocodes

    kodecocodes/swift-algorithm-club

    29,099عرض على GitHub↗

    This project is a comprehensive collection of common computer science algorithms and data structures implemented in Swift. It serves as an educational reference and library for studying computational complexity, algorithmic logic, and data structure engineering through practical code examples. The repository provides a wide suite of data structure implementations, including various types of linked lists, heaps, hash tables, and an extensive range of hierarchical trees such as Red-Black, B-Tree, and Splay trees. It also covers diverse sorting and searching techniques, from basic bubble sort to

    Provides a suite of data structure implementations in Swift for studying performance and memory management.

    Swiftalgorithmsdata-structuresswift
    عرض على GitHub↗29,099
  • onevcat/kingfisherالصورة الرمزية لـ onevcat

    onevcat/Kingfisher

    24,277عرض على GitHub↗

    Kingfisher is a library for downloading, caching, and displaying remote images in Swift applications. It provides an integrated framework that manages the entire lifecycle of remote assets, from initial network retrieval to final rendering within user interface components. The library distinguishes itself through a two-tiered storage mechanism that balances rapid access via volatile memory with persistent availability through disk caching. It features a modular processing pipeline that allows for dynamic image transformations, such as applying filters or geometric modifications, during the re

    Provides a comprehensive library for downloading, caching, and displaying remote images in Swift applications.

    Swiftcachefiltersimage
    عرض على GitHub↗24,277
  • nodemailer/nodemailerالصورة الرمزية لـ nodemailer

    nodemailer/nodemailer

    17,583عرض على GitHub↗

    Nodemailer is a comprehensive library for Node.js applications designed to handle the composition, signing, and transmission of email messages. It provides a robust framework for constructing MIME-compliant content, managing complex attachments, and routing messages through various delivery channels, including standard SMTP servers, local mail transfer agents, and cloud-based email services. The library distinguishes itself through a modular, plugin-based transport architecture that allows for custom delivery mechanisms and environment-specific configurations. It includes advanced features fo

    Embeds images directly within message bodies using content identifiers to ensure automatic display without external loading.

    JavaScriptemailemail-sendernodemailer
    عرض على GitHub↗17,583
  • ipader/swiftguideالصورة الرمزية لـ ipader

    ipader/SwiftGuide

    15,988عرض على GitHub↗

    SwiftGuide is a centralized resource hub and ecosystem directory for developers using the Swift programming language. It provides a curated collection of open source libraries, frameworks, and tools, acting as a structured map of community resources and expert contributors. The project organizes the Swift ecosystem through a categorized directory of active projects and architectural mapping. It serves as a catalogue for selecting compatible integrated development environments, package managers, and system utilities. The repository also aggregates educational materials, including official doc

    Acts as a comprehensive directory for discovering open source libraries, frameworks, and community projects implemented in Swift.

    Swift
    عرض على GitHub↗15,988
  • hoffstadt/dearpyguiالصورة الرمزية لـ hoffstadt

    hoffstadt/DearPyGui

    15,217عرض على GitHub↗

    DearPyGui is a GPU-accelerated, immediate-mode graphical user interface framework for Python. It provides a high-performance toolkit for building interactive desktop applications by leveraging native hardware-accelerated rendering backends across multiple operating systems. By utilizing an immediate-mode execution model, the library offers direct control over the rendering loop and element state, enabling the creation of responsive, dynamic interfaces. The framework distinguishes itself through its ability to handle complex, high-frequency visual updates, making it suitable for real-time data

    Imports image files from disk to provide pixel data for rendering as textures.

    C++cppcross-platformdearpygui
    عرض على GitHub↗15,217
  • hammerspoon/hammerspoonالصورة الرمزية لـ Hammerspoon

    Hammerspoon/hammerspoon

    14,497عرض على GitHub↗

    Hammerspoon is a programmable automation engine for macOS that enables deep system-level control through a Lua scripting environment. By bridging high-level scripts with native Objective-C APIs, it allows users to interact with the operating system's accessibility tree, intercept hardware input streams, and manage the lifecycle of running applications. The project distinguishes itself through an event-driven architecture that registers asynchronous hooks for system notifications and hardware events. This allows for real-time automation, such as remapping keyboard and mouse inputs, managing wi

    Creates image objects from various sources including local files, URLs, and system icons.

    Objective-Cautomationhammerspoonirc
    عرض على GitHub↗14,497
  • kodecocodes/swift-style-guideالصورة الرمزية لـ kodecocodes

    kodecocodes/swift-style-guide

    13,173عرض على GitHub↗

    This project is a comprehensive set of standards for the Swift ecosystem, providing a code style guide, API design standards, and a memory management guide. It establishes standardized naming and formatting rules to ensure consistent and maintainable source code. The project includes a linting configuration used by automated tools to detect and enforce syntax patterns. These rules are designed to standardize code style and can be integrated into build phases to block commits with formatting errors. The guidelines cover a broad range of development capabilities, including the use of access mo

    Establishes consistent naming and formatting rules specifically for projects implemented in the Swift language.

    عرض على GitHub↗13,173
  • saschawillems/vulkanالصورة الرمزية لـ SaschaWillems

    SaschaWillems/Vulkan

    11,998عرض على GitHub↗

    This project serves as a comprehensive educational framework and reference library for mastering high-performance graphics programming and parallel compute resource management. It provides a collection of practical implementations designed to demonstrate the explicit control required by the Vulkan API, covering the fundamental mechanics of modern graphics pipelines and cross-platform hardware interaction. The repository distinguishes itself by focusing on the low-level architectural requirements of modern GPU development, including manual memory allocation, multi-threaded command recording, a

    Imports GPU-ready texture files directly from disk to improve loading performance and support pre-computed mipmap chains.

    GLSLglslhlslslang
    عرض على GitHub↗11,998
  • swiftlang/swift-package-managerالصورة الرمزية لـ swiftlang

    swiftlang/swift-package-manager

    10,172عرض على GitHub↗

    Swift Package Manager is a build tool, dependency manager, and registry client for the Swift language. It transforms source files and external dependencies into executable binaries or libraries and manages the resolution, download, and integration of external code libraries. The project provides a client for publishing and versioning signed code packages via a remote registry, ensuring identity verification through digital signing. It also includes a source code formatter to standardize code style and indentation. The system covers a broad range of capabilities including modular code distrib

    Serves as the official tool for resolving, downloading, and integrating external Swift code libraries.

    Swift
    عرض على GitHub↗10,172
  • fullstackio/flappyswiftالصورة الرمزية لـ fullstackio

    fullstackio/FlappySwift

    9,694عرض على GitHub↗

    FlappySwift is a side-scrolling arcade game implementation built for Apple platforms. Developed using the Swift programming language, this 2D game project features a physics-based environment where a player controls a character to avoid obstacles. The project utilizes the SpriteKit framework to handle rigid body dynamics, gravitational forces, and sprite-based rendering. Game flow is managed through a state machine that controls transitions between the start menu, active gameplay, and game over screens. The implementation covers 2D physics simulation, including bounding-box collision detecti

    A complete game implementation written primarily in the Swift programming language.

    Swift
    عرض على GitHub↗9,694
  • yonaskolb/xcodegenالصورة الرمزية لـ yonaskolb

    yonaskolb/XcodeGen

    8,523عرض على GitHub↗

    XcodeGen is a command-line utility written in Swift that generates Xcode project files from structured specification files. It serves as a project generator and build configuration manager, allowing targets, schemes, and build settings to be defined in a human-readable format instead of through manual edits in the Xcode IDE. The tool optimizes version control by generating project binaries on demand, which removes the need to store large project files in repositories and eliminates associated merge conflicts. It further automates the development workflow by synchronizing project groups and fi

    Implements a command line interface written in Swift for automating development workflows and project file generation.

    Swift
    عرض على GitHub↗8,523
  • alamofire/alamofireimageالصورة الرمزية لـ Alamofire

    Alamofire/AlamofireImage

    4,029عرض على GitHub↗

    AlamofireImage هي مكتبة لتنزيل وتخزين الصور مصممة كإضافة لـ Alamofire. توفر إطار عمل تسلسلي لتحويل استجابات الشبكة إلى كائنات صور ونظام تخزين قائم على الذاكرة لتقليل طلبات الشبكة المتكررة. يتميز المشروع بذاكرة تخزين مؤقت غير متزامنة تدرك المتغيرات وتخزن كلاً من الصور الأصلية وإصداراتها المفلترة بشكل منفصل. ويتضمن أدوات لتحريك استبدال الصور النائبة بمحتوى تم تنزيله من خلال تأثيرات انتقال مختلفة. تغطي المكتبة الحصول على الصور من خلال التنزيل المتوازي وقوائم الانتظار ذات الأولوية، إلى جانب قدرات المعالجة لتحجيم الأبعاد وإلغاء تسلسل نوع MIME. كما تدير تكامل واجهة المستخدم عن طريق ملء العروض بصور عن بعد والتعامل مع التصفية غير المتزامنة في الخلفية.

    Provides a comprehensive library for downloading, caching, and displaying remote images in Swift applications.

    Swift
    عرض على GitHub↗4,029
  • armory3d/armortoolsالصورة الرمزية لـ armory3d

    armory3d/armortools

    3,933عرض على GitHub↗

    Armortools is a 3D PBR texture painting suite and mesh texture workflow tool. It provides a system for painting physically based rendering materials directly onto 3D meshes using a combination of layer and mask support, a GPU-accelerated texture baker for extracting geometry data from high-polygon models, and a node-based material editor for creating procedural textures. The software features integrated neural network tools for AI texture authoring, allowing the generation of PBR maps from text prompts, image-based material extraction, and texture upscaling via local nodes. It also implements

    Loads image files into a node editor for use as GPU textures within projects.

    C3darmorpaintpainting
    عرض على GitHub↗3,933
  • gpac/gpacالصورة الرمزية لـ gpac

    gpac/gpac

    3,205عرض على GitHub↗

    GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing units called filters connect into a directed graph to handle media workflows. At its core, the framework centers all media packaging and manipulation on the ISO Base Media File Format (ISOBMFF), with specialized tools for reading, writing, fragmenting, and encrypting MP4 and related containers. It also provides a declarative scene graph composition system for describing interactive multimedia scenes using MPEG-4 BIFS, X3D, SVG, or VRML syntax, alongside a hardware-accelerated re

    Loads JPG, PNG, or EVG Canvas content into a WebGL texture for use in shaders.

    Catsc3broadcastcenc
    عرض على GitHub↗3,205
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Systems & Low-Level
  6. Swift Projects

استكشف الوسوم الفرعية

  • Image Loading Libraries2 وسوم فرعيةLibraries for downloading, caching, and displaying remote images in Swift applications. **Distinct from Swift Projects:** Distinct from Swift Projects: focuses specifically on image loading functionality rather than general Swift repositories.