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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesResolution-Independent Rendering

Rendering techniques that ensure visual elements remain sharp and proportional across all screen resolutions.

Distinct from Vector Rendering Pipelines: Focuses on the outcome of sharpness across resolutions rather than the general mathematical pipeline of vector rendering.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Resolution-Independent Rendering. Refine with filters or upvote what's useful.

Awesome Resolution-Independent Rendering GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • fgnass/spin.jsAvatar fgnass

    fgnass/spin.js

    9,251Vezi pe GitHub↗

    spin.js is a CSS loading spinner library used to signal background processes through resolution-independent activity indicators. It provides a JavaScript animation wrapper that manages the lifecycle and document injection of these elements, allowing for the programmatic start and stop of loading states. The project allows for the definition of spinner geometry, colors, and animation speed to match specific design systems. Users can customize the visual appearance through parameters such as line count, radius, and shadow effects, while also controlling rotation direction and timing. The libra

    Uses relative units and vector-like shapes to ensure the spinner remains sharp across different screen sizes.

    CSS
    Vezi pe GitHub↗9,251
  • primer/octiconsAvatar primer

    primer/octicons

    8,704Vezi pe GitHub↗

    Octicons este o bibliotecă cuprinzătoare de glife vectoriale scalabile și un set de pictograme pentru sisteme de design, concepută pentru a oferi un limbaj vizual uniform în interfețele utilizator. Funcționează ca o colecție standardizată de active SVG care asigură o iconografie consistentă pentru componente web, view-uri server-side și generatoare de site-uri statice. Proiectul dispune de randare vectorială multi-scală, utilizând date de cale SVG separate, optimizate pentru diferite dimensiuni pentru a menține claritatea vizuală pe diverse rezoluții de ecran. Include un sistem pentru descoperirea pictogramelor prin maparea alias-urilor bazată pe cuvinte cheie și suportă un sistem de proprietăți standardizat pentru aplicarea culorilor și a spațierii. Integrarea este oferită prin biblioteci wrapper dedicate și plugin-uri pentru JavaScript, Ruby și Rails. Sistemul include, de asemenea, un mecanism de tag-uire personalizat pentru inserarea glifelor în site-uri statice Jekyll și suportă randarea bazată pe simboluri pentru a reutiliza glifele în view-urile aplicației.

    Renders SVG icons optimized for different sizes to ensure sharpness across various screen resolutions.

    JavaScript
    Vezi pe GitHub↗8,704
  • dimuthuupe/androidpdfviewerAvatar DImuthuUpe

    DImuthuUpe/AndroidPdfViewer

    8,468Vezi pe GitHub↗

    AndroidPdfViewer is a user interface library for Android applications that provides a view for displaying PDF documents. It utilizes the PdfiumAndroid rendering engine to decode PDF files into bitmaps for display on mobile devices. The library includes built-in support for zooming, scaling, and scroll navigation. It allows for the loading of PDF data from various document sources and provides controls to adjust rendering quality and visual fidelity. The component handles mobile document navigation through features such as page filtering, hyperlink detection, and customizable scroll handles.

    Toggles between low-resolution bitmaps for performance and high-resolution bitmaps for detailed reading.

    Java
    Vezi pe GitHub↗8,468
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Rendering
  5. Vector Rendering Pipelines
  6. Resolution-Independent Rendering

Explorează sub-etichetele

  • Multi-Resolution Rendering PipelinesRendering systems that switch between different resolution levels to balance performance and visual fidelity. **Distinct from Resolution-Independent Rendering:** Distinct from Resolution-Independent Rendering: focuses on switching between discrete resolution levels for performance, not maintaining a constant sharp appearance across all scales.