awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nayuki/qr-code-generatornayuki का अवतार

    nayuki/QR-Code-generator

    6,432GitHub पर देखें↗

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

    Javacc-plus-plusjava
    GitHub पर देखें↗6,432
  • inventree/inventreeinventree का अवतार

    inventree/InvenTree

    6,350GitHub पर देखें↗

    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
    GitHub पर देखें↗6,350
  • codebude/qrcodercodebude का अवतार

    codebude/QRCoder

    5,135GitHub पर देखें↗

    QRCoder टेक्स्ट और डेटा पेलोड से QR कोड जनरेट और रेंडर करने के लिए एक नेटिव C# लाइब्रेरी है। यह .NET इकोसिस्टम के लिए QR कोड मानक का एक निर्भरता-मुक्त कार्यान्वयन प्रदान करती है, जो डेटा एन्कोडिंग से लेकर विज़ुअल आउटपुट तक की पूरी प्रक्रिया को संभालती है। इस लाइब्रेरी में रंगों, त्रुटि सुधार स्तरों (error correction levels) के समायोजन और कस्टम लोगो को एम्बेड करने के माध्यम से QR कोड को कस्टमाइज़ करने के लिए टूल्स शामिल हैं। यह WiFi क्रेडेंशियल्स, संपर्क कार्ड और भुगतान प्रणालियों जैसे विशिष्ट डेटा प्रकारों के लिए मानकीकृत पेलोड फ़ॉर्मेटिंग का भी समर्थन करती है। रेंडरिंग इंजन QR कोड को PNG, SVG, PDF, ASCII, Bitmap और PostScript सहित कई फ़ॉर्मेट में आउटपुट करता है। उपयोगकर्ता कस्टम रेंडरिंग या स्ट्रक्चरल विश्लेषण के लिए अंतर्निहित मॉड्यूल मैट्रिक्स तक भी पहुंच सकते हैं।

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

    C#
    GitHub पर देखें↗5,135
  • jeromeetienne/jquery-qrcodejeromeetienne का अवतार

    jeromeetienne/jquery-qrcode

    4,860GitHub पर देखें↗

    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
    GitHub पर देखें↗4,860
  • lincolnloop/python-qrcodelincolnloop का अवतार

    lincolnloop/python-qrcode

    4,854GitHub पर देखें↗

    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
    GitHub पर देखें↗4,854
  1. Home
  2. Web Development
  3. Rendering and Templating
  4. Rendering Patterns
  5. QR Code Module Matrix Renderers

सब-टैग एक्सप्लोर करें

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