awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesDrawable Asset Conversion

Utilities 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.

Explore 4 awesome GitHub repositories matching graphics & multimedia · Drawable Asset Conversion. Refine with filters or upvote what's useful.

Awesome Drawable Asset Conversion GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/accompanistgoogle 的头像

    google/accompanist

    7,824在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,824
  • chrisbanes/accompanistchrisbanes 的头像

    chrisbanes/accompanist

    7,822在 GitHub 上查看↗

    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 painting system.

    Kotlin
    在 GitHub 上查看↗7,822
  • mikepenz/android-iconicsmikepenz 的头像

    mikepenz/Android-Iconics

    5,272在 GitHub 上查看↗

    Android-Iconics 是一个 Android 应用的图标库包装器,支持将图标字体和 SVG 矢量图作为 Drawable 使用。它提供了一个用于渲染矢量图形并通过字体文件和 CSS 映射导入自定义图标集的系统。 该项目包含一个专用的 SVG 矢量渲染器和一个用于集成自定义图标字体的工具。它还具有镜像实用程序,可自动翻转图标以适应从右到左(RTL)的语言布局,从而在不同区域设置中保持视觉一致性。 该库涵盖了图标样式自定义(如颜色、大小和内边距),并支持将图标直接嵌入文本字符串。它还处理将矢量资源转换为原生 Drawable,以便在用户界面和布局中使用。

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

    Kotlinandroidandroid-composeandroid-development
    在 GitHub 上查看↗5,272
  • joanzapata/android-iconifyJoanZapata 的头像

    JoanZapata/android-iconify

    3,917在 GitHub 上查看↗

    android-iconify 是一个用于 Android 应用程序的多提供商图标框架和库。它支持在单一系统中集成和管理来自各种外部提供商的矢量图形和字体图标。 该框架允许通过注册字体文件和字符映射来集成自定义图标字体,以扩展可用的图形库。它包括一个矢量图形 Drawable 渲染器,用于在不同的屏幕密度上显示可缩放图标。 该系统支持将矢量图标渲染为 Drawable 对象,并将可缩放图形直接嵌入到文本跨度(Text Span)中,使其继承周围文本的大小和颜色。

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

    Java
    在 GitHub 上查看↗3,917
  1. Home
  2. Graphics & Multimedia
  3. Android Media Rendering Frameworks
  4. Drawable Asset Conversion

探索子标签

  • SVG-to-Drawable TranslationConverts scalable vector graphics (SVG) files into native Android drawable objects. **Distinct from Drawable Asset Conversion:** Focuses on SVG conversion specifically, while drawable asset conversion is broader for various legacy formats.
  • Vector-to-Drawable ConversionConverts icon fonts and SVG vectors into native drawable objects. **Distinct from Drawable Asset Conversion:** Specifically converts vector formats to drawables, while drawable asset conversion focuses on legacy format bridges.