12 repositorios
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 es un envoltorio de biblioteca de iconos para aplicaciones Android que permite el uso de fuentes de iconos y vectores SVG como drawables. Proporciona un sistema para renderizar gráficos vectoriales e importar conjuntos de iconos personalizados mediante archivos de fuentes y mapeos CSS. El proyecto incluye un renderizador de vectores SVG dedicado y una herramienta para integrar fuentes de iconos personalizadas. También cuenta con una utilidad de espejo que voltea automáticamente los iconos para diseños de idiomas de derecha a izquierda (RTL) para mantener la consistencia visual en diferentes regiones. La biblioteca cubre la personalización del estilo de los iconos para propiedades como color, tamaño y relleno, y soporta la incrustación de iconos directamente en cadenas de texto. Además, maneja la conversión de activos vectoriales en drawables nativos para su uso dentro de interfaces de usuario y diseños.
Converts icon fonts and SVG vectors into drawables for use in views, layouts, or images.
android-iconify es un framework y librería de iconos multiproveedor para aplicaciones Android. Permite la integración y gestión de gráficos vectoriales e iconos de fuentes de varios proveedores externos dentro de un único sistema. El framework permite la integración de fuentes de iconos personalizadas mediante el registro de archivos de fuentes y mapas de caracteres para ampliar la biblioteca disponible de gráficos. Incluye un renderizador de drawable de gráficos vectoriales para mostrar iconos escalables en diferentes densidades de pantalla. El sistema admite el renderizado de iconos vectoriales como objetos drawable y la incrustación de gráficos escalables directamente en tramos de texto para que hereden el tamaño y el color del texto circundante.
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.