12 个仓库
Frameworks for resizing and rendering media assets specifically for Android views.
Distinct from Android Development: Shortlist candidates focus on AI integrations or general Android development, not media rendering pipelines.
Explore 12 awesome GitHub repositories matching graphics & multimedia · Android Media Rendering Frameworks. Refine with filters or upvote what's useful.
Glide is an image loading and caching library for Android that fetches and decodes images, GIFs, and video stills from local or remote sources. It functions as a media rendering framework and memory management tool designed to resize and downsample assets to fit specific view dimensions. The system prioritizes scrolling performance through a multi-level caching strategy that stores decoded media in memory and raw data on disk. It employs resource pooling to reuse bitmap memory and binds image loading tasks to component lifecycles to automatically release resources and prevent memory leaks. T
Resizes, downsamples, and renders images and video stills to fit specific Android view dimensions.
GSYVideoPlayer is a versatile video player framework for Android that acts as a multi-engine playback wrapper. It provides a unified playback interface to control different video playback kernels, such as ExoPlayer, IJKplayer, and MediaPlayer, ensuring compatibility across diverse mobile hardware. The framework distinguishes itself through a flexible architecture that allows for core component swapping, enabling the replacement of playback engines, managers, or rendering layers. It includes a dedicated video caching manager for local storage and a customizable media UI component that supports
Ships a graphic surface layer for applying video filters, watermarks, and screen orientation adaptations.
DanmakuFlameMaster is a high-performance rendering engine for displaying scrolling bullet comments on Android devices. It functions as a graphic engine that manages the lifecycle of on-screen comments, from parsing raw data to final visual display. The project is distinguished by its use of hardware-accelerated surface views and multi-core parallel processing to maintain smooth frame rates during high-volume content delivery. It employs a pre-caching layout engine to calculate text dimensions and motion paths before they are displayed on the screen. The system includes a rule-based visibilit
Enables the display of scrolling bullet comments over video content on Android with custom fonts and motion paths.
xgplayer is a plugin-based HTML5 video player framework that supports multiple streaming formats including MP4, FLV, HLS, and dash. It is built on a component architecture that allows developers to extend functionality through self-contained plugins, with staged loading protocol adapters that reduce bandwidth usage. The player includes a strategy center for dynamic optimization that adjusts buffering, bitrate, and source selection in real time to reduce first-frame delay and playback stalling. The player distinguishes itself through support for ultra-low latency live streaming with time-shift
Inserts user-defined scrolling text overlays on the video with configurable timing and display modes.
Accompanist is a collection of extension libraries that provide additional functionality and specialized components for the Jetpack Compose UI framework. It serves as a toolkit for implementing common layout and system tasks that extend the core capabilities of declarative UI development on Android. The library provides specialized utilities for managing modal bottom sheet destinations and defining custom animations for screen transitions within a navigation graph. It includes tools for detecting screen folds and display features to create adaptive layouts that adjust based on window size and
Translates Android drawable and vector assets into painters compatible with the Compose rendering engine.
Accompanist is a Jetpack Compose extension library providing a set of utility components and libraries that fill functional gaps in the declarative UI framework. The project provides an adaptive layout toolkit for building user interfaces that automatically adjust based on Android screen size and device configuration. It includes a renderer for converting standard Android Drawable assets into formats compatible with a declarative painting system, as well as a manager for requesting and tracking Android system permissions.
Converts standard Android Drawable assets into formats compatible with a declarative UI painting system.
RoundedImageView is an Android library providing custom view implementations for rendering images with rounded corners, circles, and ovals. It uses hardware acceleration to ensure high performance and smooth edge quality when clipping images into these shapes. The library includes a customizable image border view that draws consistent strokes around images, scaling automatically as the view size changes. It also provides a tiled image background view that repeats image patterns across a surface using various tiling modes.
Displays images using hardware acceleration to ensure smooth edges and high performance on Android devices.
Applies AI to render game assets, organize geometry for path tracing, and create lifelike character visuals.
Android-Iconics 是一个 Android 应用的图标库包装器,支持将图标字体和 SVG 矢量图作为 Drawable 使用。它提供了一个用于渲染矢量图形并通过字体文件和 CSS 映射导入自定义图标集的系统。 该项目包含一个专用的 SVG 矢量渲染器和一个用于集成自定义图标字体的工具。它还具有镜像实用程序,可自动翻转图标以适应从右到左(RTL)的语言布局,从而在不同区域设置中保持视觉一致性。 该库涵盖了图标样式自定义(如颜色、大小和内边距),并支持将图标直接嵌入文本字符串。它还处理将矢量资源转换为原生 Drawable,以便在用户界面和布局中使用。
Converts icon fonts and SVG vectors into drawables for use in views, layouts, or images.
android-iconify 是一个用于 Android 应用程序的多提供商图标框架和库。它支持在单一系统中集成和管理来自各种外部提供商的矢量图形和字体图标。 该框架允许通过注册字体文件和字符映射来集成自定义图标字体,以扩展可用的图形库。它包括一个矢量图形 Drawable 渲染器,用于在不同的屏幕密度上显示可缩放图标。 该系统支持将矢量图标渲染为 Drawable 对象,并将可缩放图形直接嵌入到文本跨度(Text Span)中,使其继承周围文本的大小和颜色。
Converts font glyphs into native Android drawable objects for use in standard view components.
This project is an Apple TV video application and API client for Bilibili, designed to stream video content with support for HDR and subtitles. It serves as a specialized media player that integrates with Bilibili services to provide video discovery and user account management. The application features a real-time danmaku renderer that overlays scrolling user comments on top of video playback. It includes a plugin-based player system for adding custom overlays and behavioral modifications, as well as tools for adjusting playback speed and skipping sponsored segments. The system covers adapti
Renders real-time scrolling bullet comments (danmaku) as overlays on top of the video playback layer.
bv is an Android TV video streaming client and specialized video player designed for television hardware. It features a remote-control user interface and a high-resolution display overlay to facilitate navigation and content consumption on big-screen displays. The project focuses on television-specific optimizations, including a customizable comment system with adjustable transparency and scroll speed to ensure readability. It maps short-press and long-press hardware signals to specific engagement actions, such as tipping or saving content, to simplify interaction with creator profiles. The
Provides a customizable rendering system for scrolling bullet comments over video playback.