8 个仓库
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.
Explore 8 awesome GitHub repositories matching programming languages & runtimes · Image Loading Libraries. Refine with filters or upvote what's useful.
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.
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.
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.
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.
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.
AlamofireImage 是一个专为 Alamofire 设计的图像下载与缓存库。它提供了一个序列化框架,将网络响应转换为图像对象,并利用基于内存的缓存系统减少冗余网络请求。 该项目具有感知变体的异步缓存功能,可分别存储原始图像及其过滤后的版本。它包含多种过渡效果工具,用于在下载内容完成后平滑替换占位图。 该库涵盖了通过并行下载和优先级队列获取图像的功能,以及用于尺寸缩放和 MIME 类型反序列化的处理能力。它还通过填充远程图像视图并处理后台异步过滤,管理用户界面的集成。
Provides a comprehensive library for downloading, caching, and displaying remote images in Swift applications.
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.
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.