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,824GitHub पर देखें↗

    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,822GitHub पर देखें↗

    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,272GitHub पर देखें↗

    Android-Iconics is an icon library wrapper for Android applications that enables the use of icon fonts and SVG vectors as drawables. It provides a system for rendering vector graphics and importing custom icon sets through font files and CSS mappings. The project includes a dedicated SVG vector renderer and a tool for integrating custom icon fonts. It also features a mirroring utility that automatically flips icons for right-to-left language layouts to maintain visual consistency across different locales. The library covers icon style customization for properties such as color, size, and pad

    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,917GitHub पर देखें↗

    android-iconify is a multi-provider icon framework and library for Android applications. It enables the integration and management of vector graphics and font icons from various external providers within a single system. The framework allows for custom icon font integration by registering font files and character maps to expand the available library of graphics. It includes a vector graphic drawable renderer to display scalable icons across different screen densities. The system supports rendering vector icons as drawable objects and embedding scalable graphics directly into text spans so th

    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.