awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesQR Code Module Matrix Renderers

Renders the final QR Code as a binary matrix of modules, including finder patterns, timing patterns, and alignment patterns.

Distinct from Rendering Patterns: Distinct from Rendering Patterns: renders QR Code module matrices with finder/timing/alignment patterns, not web content rendering.

Explore 5 awesome GitHub repositories matching web development · QR Code Module Matrix Renderers. Refine with filters or upvote what's useful.

Awesome QR Code Module Matrix Renderers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nayuki/qr-code-generatorAvatar de nayuki

    nayuki/QR-Code-generator

    6,432Ver en GitHub↗

    Renders the final QR Code as a binary matrix of modules, including finder patterns, timing patterns, and alignment patterns.

    Javacc-plus-plusjava
    Ver en GitHub↗6,432
  • inventree/inventreeAvatar de inventree

    inventree/InvenTree

    6,350Ver en GitHub↗

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    Generates Data Matrix 2D barcodes as base64 images with configurable appearance.

    Pythondjangohacktoberfestpython
    Ver en GitHub↗6,350
  • codebude/qrcoderAvatar de codebude

    codebude/QRCoder

    5,135Ver en GitHub↗

    QRCoder es una librería nativa de C# para generar y renderizar códigos QR a partir de texto y cargas de datos. Proporciona una implementación libre de dependencias del estándar de código QR para el ecosistema .NET, manejando todo el proceso desde la codificación de datos hasta la salida visual. La librería incluye herramientas para personalizar códigos QR mediante el ajuste de colores, niveles de corrección de errores y la incrustación de logotipos personalizados. También soporta el formato de carga estandarizado para tipos de datos específicos como credenciales WiFi, tarjetas de contacto y sistemas de pago. El motor de renderizado genera códigos QR en múltiples formatos, incluyendo PNG, SVG, PDF, ASCII, Bitmap y PostScript. Los usuarios también pueden acceder a la matriz de módulos subyacente para renderizado personalizado o análisis estructural.

    Uses a two-dimensional boolean array to represent the QR code modules before final visual rendering.

    C#
    Ver en GitHub↗5,135
  • jeromeetienne/jquery-qrcodeAvatar de jeromeetienne

    jeromeetienne/jquery-qrcode

    4,860Ver en GitHub↗

    jquery-qrcode is a client‑side QR code generator built as a jQuery plugin. It creates QR code images entirely in the browser without sending data to an external service, making it suitable for offline usage and reducing network dependencies. The plugin accepts input data — such as a string or URL — and produces a QR code that can be rendered as an image in any selected DOM element. Because it is a jQuery plugin, jquery-qrcode integrates naturally into existing jQuery‑based web projects using the usual plugin API. The generated QR code can be customised with adjustable size, error correction l

    Renders QR code modules as solid rectangles on an HTML5 canvas using coordinate calculations from the matrix.

    JavaScript
    Ver en GitHub↗4,860
  • lincolnloop/python-qrcodeAvatar de lincolnloop

    lincolnloop/python-qrcode

    4,854Ver en GitHub↗

    python-qrcode is a library for generating QR codes from data and exporting them as images, vectors, or terminal text. It provides specialized encoders for producing portable network graphics, scalable vector graphics, and ASCII text representations. The project supports visual styling and custom branding, allowing for the modification of module shapes, the application of custom colors, and the embedding of logos. The capability surface includes image file export for digital assets and terminal-based visualization for displaying QR codes directly within a command line interface. It also manag

    Represents the QR code as a binary matrix of modules including required structural patterns.

    Python
    Ver en GitHub↗4,854
  1. Home
  2. Web Development
  3. Rendering and Templating
  4. Rendering Patterns
  5. QR Code Module Matrix Renderers

Explorar subetiquetas

  • Data Matrix Code RenderingGenerates Data Matrix 2D barcodes as base64-encoded images with configurable scale, border, and colors via template tags. **Distinct from QR Code Module Matrix Renderers:** Distinct from QR Code Module Matrix Renderers: focuses on Data Matrix codes rather than QR codes, with different encoding and rendering characteristics.