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

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

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

8 रिपॉजिटरी

Awesome GitHub RepositoriesVirtual Grid Renderers

Render only visible cells in a scrollable two-dimensional grid to maintain performance with large datasets.

Distinct from Grid-Based View Rendering: Distinct from Grid-Based View Rendering: specifically focuses on virtualization (only rendering visible cells) rather than general grid rendering techniques.

Explore 8 awesome GitHub repositories matching user interface & experience · Virtual Grid Renderers. Refine with filters or upvote what's useful.

Awesome Virtual Grid Renderers GitHub Repositories

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

    dream-num/Luckysheet

    16,644GitHub पर देखें↗

    Luckysheet upgraded to Univer

    Renders only visible rows and columns in the DOM, recycling cell elements as the user scrolls to handle large datasets.

    JavaScriptcanvaschartconditional-formatting
    GitHub पर देखें↗16,644
  • surmon-china/vue-awesome-swipersurmon-china का अवतार

    surmon-china/vue-awesome-swiper

    12,790GitHub पर देखें↗

    vue-awesome-swiper is a Vue.js component wrapper for the Swiper library, providing a declarative interface for creating touch-enabled carousels. It serves as a virtualized slider component that can render only visible slides to maintain performance when handling large datasets. The project distinguishes itself through high-performance rendering and a wide array of visual effects, including 3D transitions, parallax movements, and image zoom capabilities. It also supports the synchronization of multiple slider instances and provides accessibility features such as ARIA roles and focus-scrolling

    Supports multi-row grid layouts and virtualized lists to optimize rendering for large content sets.

    JavaScriptcarouselcarrouselnuxtjs
    GitHub पर देखें↗12,790
  • mleibman/slickgridmleibman का अवतार

    mleibman/SlickGrid

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

    SlickGrid is a high-performance JavaScript data grid and virtualized data table designed to render large datasets in the browser. It functions as a web spreadsheet component and tabular data manager, utilizing virtual scrolling to maintain responsiveness when displaying hundreds of thousands of entries. The library employs a canvas-based UI system to draw grid lines and elements, reducing the total number of DOM nodes. It separates raw data from visual presentation through column-based mapping and uses a formatter pipeline to transform data values into HTML strings. Capabilities include row

    Renders only the visible rows and columns in a scrollable two-dimensional grid to maintain high performance.

    JavaScript
    GitHub पर देखें↗6,945
  • petyosi/react-virtuosopetyosi का अवतार

    petyosi/react-virtuoso

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

    React Virtuoso is a React component library for rendering large datasets efficiently through virtualized lists, grids, tables, and chat interfaces. It automatically measures variable-height items at runtime, computes accurate scroll offsets without requiring fixed sizes, and renders only the items within the visible viewport plus a configurable buffer zone. The library manages scroll position through a state machine that tracks direction, position, and anchor items to handle auto-scroll, sticky headers, and bidirectional loading. The library distinguishes itself with specialized components fo

    Provides a virtualized grid component for responsive multi-column and masonry layouts with large datasets.

    TypeScriptchatcomponent-libraryfeed
    GitHub पर देखें↗6,348
  • ioscreator/ioscreatorioscreator का अवतार

    ioscreator/ioscreator

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

    ioscreator iOS प्लेटफॉर्म पर मोबाइल एप्लिकेशन बनाने के लिए शैक्षिक संसाधनों और संदर्भ गाइडों का एक व्यापक सेट है। यह SwiftUI फ्रेमवर्क का उपयोग करके इंटरफ़ेस डिज़ाइन और मोबाइल लॉजिक को संयोजित करने पर केंद्रित एक संरचित कोर्स और ट्यूटोरियल सीरीज़ प्रदान करता है। यह प्रोजेक्ट हार्डवेयर एकीकरण और स्टेट मैनेजमेंट के लिए विशेष गाइडों के माध्यम से खुद को अलग करता है, जिसमें कैमरा, माइक्रोफ़ोन और एक्सेलेरोमीटर जैसे डिवाइस सेंसर का उपयोग शामिल है। इसमें एक समर्पित UI कंपोनेंट लाइब्रेरी और नेटिव Apple सिस्टम सेवाओं को लागू करने के लिए ट्यूटोरियल भी शामिल हैं। सामग्री में ग्रिड और स्टैक के साथ लेआउट कंपोज़िशन, टैब बार और मोडल शीट के माध्यम से नेविगेशन मैनेजमेंट, और स्प्रिंग फिजिक्स का उपयोग करके विज़ुअल एनिमेशन लागू करने जैसी क्षमताओं की एक विस्तृत श्रृंखला शामिल है। इसके अतिरिक्त, इसमें लोकल डेटा पर्सिस्टेंस, मैप्स और नोटिफिकेशन के लिए सिस्टम सेवाओं का एकीकरण, और इंटरैक्टिव यूज़र इनपुट तत्वों का कार्यान्वयन शामिल है।

    Implements virtualization techniques that render only visible cells in scrollable grids to optimize performance.

    Swift
    GitHub पर देखें↗4,006
  • happy-coding-clans/vue-easytableHappy-Coding-Clans का अवतार

    Happy-Coding-Clans/vue-easytable

    3,802GitHub पर देखें↗

    Vue-easytable is a high-performance data grid component designed for the Vue.js framework. It provides a comprehensive interface for displaying and managing large-scale tabular data, utilizing virtual scrolling to maintain responsiveness by rendering only the visible subset of rows within the browser. The component offers spreadsheet-style interaction, enabling users to perform direct, in-place data editing and manipulation. It supports complex grid configurations, including column pinning, row expansion, and data filtering, allowing for the organization of structured information to improve r

    Facilitates large dataset rendering using virtual scrolling techniques to maintain smooth responsiveness.

    JavaScriptclipboardcomponentcontextmenu
    GitHub पर देखें↗3,802
  • inokawa/virtuainokawa का अवतार

    inokawa/virtua

    3,460GitHub पर देखें↗

    Renders only visible cells in a scrollable two-dimensional grid to maintain performance with large datasets.

    TypeScriptheadlessuiinfinite-scrollperformance
    GitHub पर देखें↗3,460
  • zanllp/infinite-image-browsingzanllp का अवतार

    zanllp/infinite-image-browsing

    1,317GitHub पर देखें↗

    This project is a local media management platform designed for organizing, browsing, and analyzing large collections of AI-generated images and videos. It functions as a specialized browser that extracts and parses embedded generation parameters, allowing users to manage their creative assets through a high-performance interface. The platform distinguishes itself through semantic search and organization capabilities, which use vector indexing to enable natural language queries across local file libraries. It automates the sorting and tagging of media based on prompt similarity and visual cont

    Displays large media collections by dynamically loading and unloading visual elements to maintain high performance during rapid scrolling.

    Vueaudiocomfyuiextension
    GitHub पर देखें↗1,317
  1. Home
  2. User Interface & Experience
  3. Grid-Based View Rendering
  4. Virtual Grid Renderers