4 个仓库
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.
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 painting system.
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.