awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 Repos

Awesome GitHub RepositoriesAndroid Media Rendering Frameworks

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.

Awesome Android Media Rendering Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • bumptech/glideAvatar von bumptech

    bumptech/glide

    35,021Auf GitHub ansehen↗

    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.

    Java
    Auf GitHub ansehen↗35,021
  • carguo/gsyvideoplayerAvatar von CarGuo

    CarGuo/GSYVideoPlayer

    21,440Auf GitHub ansehen↗

    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.

    Java16kandroidexoplayer
    Auf GitHub ansehen↗21,440
  • bilibili/danmakuflamemasterAvatar von bilibili

    bilibili/DanmakuFlameMaster

    9,608Auf GitHub ansehen↗

    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.

    Java
    Auf GitHub ansehen↗9,608
  • bytedance/xgplayerAvatar von bytedance

    bytedance/xgplayer

    9,245Auf GitHub ansehen↗

    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.

    JavaScriptdashflvflv-parser
    Auf GitHub ansehen↗9,245
  • google/accompanistAvatar von google

    google/accompanist

    7,824Auf GitHub ansehen↗

    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.

    Kotlinandroid-libraryjetpack-compose
    Auf GitHub ansehen↗7,824
  • chrisbanes/accompanistAvatar von chrisbanes

    chrisbanes/accompanist

    7,822Auf GitHub ansehen↗

    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.

    Kotlin
    Auf GitHub ansehen↗7,822
  • vinc3m1/roundedimageviewAvatar von vinc3m1

    vinc3m1/RoundedImageView

    6,404Auf GitHub ansehen↗

    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.

    Java
    Auf GitHub ansehen↗6,404
  • nvidia/isaac-gr00tAvatar von NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Auf GitHub ansehen↗

    Applies AI to render game assets, organize geometry for path tracing, and create lifelike character visuals.

    Jupyter Notebook
    Auf GitHub ansehen↗6,222
  • mikepenz/android-iconicsAvatar von mikepenz

    mikepenz/Android-Iconics

    5,272Auf GitHub ansehen↗

    Android-Iconics ist ein Icon-Library-Wrapper für Android-Anwendungen, der die Verwendung von Icon-Fonts und SVG-Vektoren als Drawables ermöglicht. Es bietet ein System zum Rendern von Vektorgrafiken und zum Importieren benutzerdefinierter Icon-Sets über Font-Dateien und CSS-Mappings. Das Projekt enthält einen dedizierten SVG-Vektor-Renderer und ein Tool zur Integration benutzerdefinierter Icon-Fonts. Es bietet zudem ein Mirroring-Utility, das Icons für rechts-nach-links-Sprachlayouts automatisch spiegelt, um die visuelle Konsistenz über verschiedene Locales hinweg zu wahren. Die Bibliothek deckt die Anpassung von Icon-Stilen für Eigenschaften wie Farbe, Größe und Padding ab und unterstützt das Einbetten von Icons direkt in Text-Strings. Zudem übernimmt sie die Konvertierung von Vektor-Assets in native Drawables für die Verwendung innerhalb von Benutzeroberflächen und Layouts.

    Converts icon fonts and SVG vectors into drawables for use in views, layouts, or images.

    Kotlinandroidandroid-composeandroid-development
    Auf GitHub ansehen↗5,272
  • joanzapata/android-iconifyAvatar von JoanZapata

    JoanZapata/android-iconify

    3,917Auf GitHub ansehen↗

    android-iconify ist ein Multi-Provider-Icon-Framework und eine Bibliothek für Android-Anwendungen. Sie ermöglicht die Integration und Verwaltung von Vektorgrafiken und Font-Icons verschiedener externer Anbieter innerhalb eines einzigen Systems. Das Framework erlaubt die Integration benutzerdefinierter Icon-Fonts durch das Registrieren von Schriftdateien und Zeichentabellen, um die verfügbare Bibliothek an Grafiken zu erweitern. Es enthält einen Vektorgrafik-Drawable-Renderer, um skalierbare Icons über verschiedene Bildschirmdichten hinweg anzuzeigen. Das System unterstützt das Rendern von Vektor-Icons als Drawable-Objekte und das Einbetten skalierbarer Grafiken direkt in Text-Spans, sodass sie die Größe und Farbe des umgebenden Textes erben.

    Converts font glyphs into native Android drawable objects for use in standard view components.

    Java
    Auf GitHub ansehen↗3,917
  • yichengchen/atv-bilibili-demoAvatar von yichengchen

    yichengchen/ATV-Bilibili-demo

    2,996Auf GitHub ansehen↗

    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.

    Swift
    Auf GitHub ansehen↗2,996
  • frost819/bvAvatar von Frost819

    Frost819/bv

    2,804Auf GitHub ansehen↗

    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.

    Kotlin
    Auf GitHub ansehen↗2,804
  1. Home
  2. Graphics & Multimedia
  3. Android Media Rendering Frameworks

Unter-Tags erkunden

  • Asset Renderers2 Sub-TagsUtilities that convert specific asset types into a paintable format for a UI framework. **Distinct from Android Media Rendering Frameworks:** Focuses on the conversion of assets (Drawables) rather than the general rendering framework.
  • Danmaku RenderingSpecialized rendering of scrolling 'bullet' comments (Danmaku) over video content. **Distinct from Android Media Rendering Frameworks:** Specific to the 'bullet comment' (Danmaku) style of overlay, moving beyond general media rendering frameworks.
  • Drawable Asset Conversion2 Sub-TagsUtilities for converting legacy drawable formats into modern rendering pipelines. **Distinct from Android Media Rendering Frameworks:** Specifically handles the conversion/bridge of assets rather than general media rendering framework logic.