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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 Repos

Awesome GitHub RepositoriesGrid Coordinate Mapping

Calculations to determine the intersecting visible range of rows and columns in a virtual grid.

Distinct from Page Coordinate Mapping: Specifically addresses the bi-dimensional range calculation for virtualized tables, unlike general page mapping.

Explore 23 awesome GitHub repositories matching graphics & multimedia · Grid Coordinate Mapping. Refine with filters or upvote what's useful.

Awesome Grid Coordinate Mapping GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • bvaughn/react-virtualizedAvatar von bvaughn

    bvaughn/react-virtualized

    27,072Auf GitHub ansehen↗

    react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements visible in the viewport. It provides specialized layout managers including a windowed grid component and a dynamic height list manager. The project includes a masonry layout engine for packing items of varying heights and widths, as well as an infinite scroll interface for incrementally fetching and appending data. The library covers a broad range of virtualization capabilities, including frozen grid elements, reverse list rendering, and synchronized viewport scrolling. It also su

    Calculates the visible range of both rows and columns to render only intersecting cells of a table.

    JavaScriptgridlistlistview
    Auf GitHub ansehen↗27,072
  • phpoffice/phpspreadsheetAvatar von PHPOffice

    PHPOffice/PhpSpreadsheet

    13,932Auf GitHub ansehen↗

    PhpSpreadsheet is a PHP library used for reading and writing spreadsheet files across various formats. It functions as a spreadsheet file generator and an Excel file parser, allowing for the programmatic creation and manipulation of documents compatible with software such as Microsoft Excel and LibreOffice Calc. The library provides capabilities for programmatic spreadsheet generation and data extraction, enabling the conversion of data from spreadsheet files into programmable PHP formats. It also facilitates cross-format spreadsheet conversion, allowing data to be moved between different sta

    Uses a grid system of columns and rows to locate and modify specific spreadsheet cells.

    PHP
    Auf GitHub ansehen↗13,932
  • spartnernl/laravel-excelAvatar von SpartnerNL

    SpartnerNL/Laravel-Excel

    12,669Auf GitHub ansehen↗

    This is a Laravel Excel integration library used for importing and exporting spreadsheet files within the Laravel framework. It functions as both a spreadsheet data exporter for converting database queries and collections into files and a spreadsheet data importer for mapping workbook data to database models. The library includes an HTML to spreadsheet converter that transforms HTML table templates into downloadable documents to preserve specific layout designs. It supports large dataset exports via background queuing and processes bulk data imports through chunked reading and batch inserts.

    Maps application data object properties to specific row and column coordinates within spreadsheet grids.

    PHPcsvlaravellaravel-5-package
    Auf GitHub ansehen↗12,669
  • phpoffice/phpexcelAvatar von PHPOffice

    PHPOffice/PHPExcel

    11,379Auf GitHub ansehen↗

    PHPExcel is a PHP spreadsheet library used for programmatically reading and writing spreadsheet files in various formats. It utilizes an in-memory spreadsheet model that maps spreadsheet structures to a hierarchy of objects for programmatic manipulation. The library functions as an Office Open XML processor for generating and manipulating XLSX documents and serves as a reader for extracting data and structure from legacy binary XLS files. It also includes tools for CSV data integration and importing. The project provides capabilities for automated report generation and spreadsheet data extra

    Implements a coordinate system that maps alphanumeric cell references to numeric grid indices for data retrieval.

    PHP
    Auf GitHub ansehen↗11,379
  • orama-interactive/pixeloramaAvatar von Orama-Interactive

    Orama-Interactive/Pixelorama

    9,738Auf GitHub ansehen↗

    Pixelorama is a cross-platform digital art multitool designed as a pixel art editor, frame-based animation tool, and tilemap design suite. It provides specialized utilities for drawing low-resolution sprites with pixel-perfect precision and generating sprite sheets for game engines. The software distinguishes itself through a dedicated tilemap design system supporting rectangular, isometric, and hexagonal sets, and a frame-based animation system featuring onion skinning and audio synchronization. It also includes a plugin system that allows the installation of community-developed tools for as

    Maps canvas interactions to isometric, hexagonal, or rectangular coordinates for precise asset placement.

    GDScriptanimationartdraw
    Auf GitHub ansehen↗9,738
  • lmeszinc/azurlaneautoscriptAvatar von LmeSzinc

    LmeSzinc/AzurLaneAutoScript

    9,292Auf GitHub ansehen↗

    AzurLaneAutoScript is a mobile game automation system designed to perform repetitive gameplay tasks unattended. It functions as a screenshot-driven bot that controls Android devices, emulators, and cloud phones via ADB and uiautomator2, using computer vision to make interaction decisions instead of fixed timers. The project distinguishes itself through an advanced computer vision suite that includes local optical character recognition and perspective-aware grid detection. These tools allow the bot to parse 3D game maps, compute vanishing points, and normalize grid-centered objects for precise

    Processes sea map grids to identify enemy positions and determine optimal navigation routes.

    Pythonalasazur-laneazurlane
    Auf GitHub ansehen↗9,292
  • jquense/react-big-calendarAvatar von jquense

    jquense/react-big-calendar

    8,652Auf GitHub ansehen↗

    react-big-calendar is a React calendar component used for rendering schedules and time-based events within web applications. It functions as a customizable event scheduler and JavaScript date visualization library that maps scheduled activities to a time-grid layout. The project is a date-agnostic scheduling interface, utilizing a pluggable adapter to support various third-party JavaScript date libraries. It allows for the replacement of internal calendar elements with custom React components and employs SASS variables for visual styling. The library covers interactive event scheduling and t

    Implements a layout system that translates scheduled activity durations and start times into precise coordinates on a time-grid.

    JavaScript
    Auf GitHub ansehen↗8,652
  • jigish/slateAvatar von jigish

    jigish/slate

    7,836Auf GitHub ansehen↗

    Slate is a keyboard-driven window manager and tiling system for macOS. It functions as a JavaScript-configurable automation tool and workflow orchestrator, allowing users to resize and position application windows through custom keystroke bindings and predefined spatial configurations. The project distinguishes itself by using a scripting API to define complex window manipulation logic, system event callbacks, and custom input mappings. This allows for the creation of sequenced action chains and the execution of external shell commands tied to specific keyboard shortcuts. Its capabilities in

    Implements a virtual spatial grid to calculate precise window placements using screen percentages and pixel coordinates.

    Objective-C
    Auf GitHub ansehen↗7,836
  • material-shell/material-shellAvatar von material-shell

    material-shell/material-shell

    7,255Auf GitHub ansehen↗

    Material Shell is a tiling window manager and Linux desktop environment that replaces traditional window management with a grid-based organizer. It functions as a spatial layout engine that automatically arranges application windows into non-overlapping grids to maximize screen space. The system acts as a desktop session manager, recording and restoring window positions and workspace assignments to preserve the exact state of a previous session after a restart. It employs a coordinate-based layout engine to map applications to specific rows and cells for consistent placement. The project cov

    Implements coordinate systems that map screen pixels to virtual window placement grids for precise window positioning.

    TypeScriptgnomegnome-shellgnome-shell-extension
    Auf GitHub ansehen↗7,255
  • jspreadsheet/ceAvatar von jspreadsheet

    jspreadsheet/ce

    7,186Auf GitHub ansehen↗

    This project is a JavaScript spreadsheet component and web-based data table that provides an interactive grid for managing tabular data. It functions as a cross-framework UI component compatible with React, Vue, and jQuery, and can also be embedded as a standalone web component. The grid is specifically designed for XLSX interoperability, allowing users to import and export XLSX files while preserving formulas and styles. It distinguishes itself through real-time collaboration for simultaneous multi-user editing and a flexible system for creating custom cell editors and specialized column typ

    Translates between numeric zero-based coordinates and Excel-style cell names or range strings.

    JavaScriptdata-griddatagriddatatables
    Auf GitHub ansehen↗7,186
  • sbstjn/timesheet.jsAvatar von sbstjn

    sbstjn/timesheet.js

    6,979Auf GitHub ansehen↗

    timesheet.js is a JavaScript library for rendering time-series data and event lists as responsive HTML and CSS timelines. It serves as a date-based event renderer that converts lists of dated activities into visual chronologies, supporting the creation of web-based timesheets and activity logs. The library provides components for generating visual timelines, time-tracking tables, and project scheduling displays. It transforms raw event data—including start dates, end dates, descriptions, and categories—into structured HTML interfaces that adapt to different screen sizes.

    Translates chronological timestamps into pixel coordinates to accurately position events along a horizontal axis.

    JavaScript
    Auf GitHub ansehen↗6,979
  • tealeg/xlsxAvatar von tealeg

    tealeg/xlsx

    5,996Auf GitHub ansehen↗

    This is a Go library for reading and writing XLSX files, providing a toolkit for spreadsheet generation and data extraction. It functions as an Office Open XML parser and generator, enabling the creation of workbooks with support for styles, formulas, and metadata. The project features a data mapper that uses Go struct tags and reflection to automatically align spreadsheet rows with structured data. It also includes a validation engine for defining input constraints, such as dropdown lists and error alerts, to control user data entry. The library covers a broad range of capabilities, includi

    Provides translation between numeric indices and alphanumeric A1 notation for precise cell and range addressing.

    Go
    Auf GitHub ansehen↗5,996
  • sdras/cssgridgeneratorAvatar von sdras

    sdras/cssgridgenerator

    5,342Auf GitHub ansehen↗

    Dieses Projekt ist ein CSS-Grid-Layout-Generator und visueller Layout-Editor. Es dient als Frontend-Entwicklungstool, das den Entwurf von Grid-Strukturen und die Generierung des entsprechenden CSS-Codes für dynamische Web-Layouts ermöglicht. Das Tool ermöglicht visuelles Grid-Prototyping, indem Benutzer Zeilen, Spalten und Elementpositionen über ein interaktives Interface definieren können. Dieser Prozess erzeugt gültige Stylesheet-Regeln, wodurch die Notwendigkeit entfällt, Grid-Koordinaten manuell zu berechnen oder Größen nachzuverfolgen. Die Software deckt CSS-Grid-Layout-Design und responsives Web-Layouting ab und bietet die Möglichkeit, die Platzierung von Grid-Elementen zu definieren und den notwendigen Style-Code für flexible Seitenanordnungen zu generieren.

    Translates user-selected cells into specific grid-column and grid-row CSS properties using coordinate mapping.

    Vuecss-gridgenerated-codegenerated-layout
    Auf GitHub ansehen↗5,342
  • treri/cmatrixAvatar von Treri

    Treri/cmatrix

    5,124Auf GitHub ansehen↗

    Cmatrix ist ein C-basierter Terminal-Visualisierer und Simulator, der darauf ausgelegt ist, kaskadierende Zeichenströme innerhalb einer Unix-ähnlichen Terminalumgebung zu rendern. Er verwendet ANSI-Escape-Codes, um eine scrollende Textanimation zu erzeugen, die den digitalen Regen aus dem Film The Matrix imitiert. Das Programm fungiert als terminalbasiertes Animationstool, das fallenden Code und Cyberpunk-Ästhetik simuliert, um einen dekorativen Bildschirmschoner für System-Leerlaufzeiten bereitzustellen. Es erzeugt einen kontinuierlichen Wasserfall aus Text unter Verwendung von pseudo-zufälliger Zeichengenerierung. Das interne System verwaltet visuelle Effekte durch koordinatenbasiertes Screen-Mapping, gepufferte Terminalausgabe zur Minimierung von Flimmern und zustandsbasiertes Spaltenmanagement zur Verfolgung der vertikalen Position der Zeichen.

    Maps internal column states to physical terminal grid coordinates for precise character placement.

    C
    Auf GitHub ansehen↗5,124
  • box/spoutAvatar von box

    box/spout

    4,229Auf GitHub ansehen↗

    Spout is a spreadsheet file processing library and multi-format generator designed for reading and writing CSV, XLSX, and ODS files. It functions as a stream-based parser that processes large spreadsheet files incrementally to avoid loading entire documents into memory. The library provides capabilities for programmatic spreadsheet generation and data extraction. It supports custom content styling, allowing for the application of fonts, backgrounds, borders, and number formats to individual cells or rows. Beyond basic file input and output, the project covers workbook manipulation through se

    Implements a system for targeting specific row and column intersections to inject values into a spreadsheet grid.

    PHPcsvfastmemory-efficient
    Auf GitHub ansehen↗4,229
  • ivanceras/svgbobAvatar von ivanceras

    ivanceras/svgbob

    4,200Auf GitHub ansehen↗

    svgbob ist ein ASCII-zu-SVG-Konverter und textbasiertes Diagramm-Tool. Es transformiert strukturierte ASCII-Diagramme und einfache Textskizzen in saubere, skalierbare Vektorgrafiken. Das Tool ist darauf spezialisiert, ASCII-Art und textbasierte Kritzeleien in präzise SVG-Pfade umzuwandeln, insbesondere für technische Dokumentationen und Präsentationen. Es unterstützt die Generierung von Richtungspfeilen und strukturellen Diagrammen durch das Übersetzen spezifischer Zeichen in Vektorlinien, Ecken und Schnittpunkte. Das System umfasst Funktionen zum Rendern von ASCII-Diagrammen, zum Generieren von Vektorgrafiken für technische Anleitungen und zum Escapen spezifischer Zeichen, um diese als literalen Text statt als Zeichnungselemente zu behandeln.

    Maps each character in a text block to specific coordinates on a grid for precise vector placement.

    Rustasciibobdiagram
    Auf GitHub ansehen↗4,200
  • devinross/tapkulibraryAvatar von devinross

    devinross/tapkulibrary

    3,864Auf GitHub ansehen↗

    tapkulibrary is a collection of reusable user interface elements and layout utilities for building native iOS applications. It provides a modular set of building blocks, including a custom graphics framework, networking toolkits, and specialized interface components. The library includes a dedicated media gallery component for creating 3D perspective coverflow galleries and swipeable lists, as well as a grid-based calendar interface for monthly event layouts and date selection. The toolkit covers asynchronous network communication, allowing for data request scheduling on background threads.

    Calculates intersecting ranges of rows and columns for virtualized calendar grids.

    Objective-C
    Auf GitHub ansehen↗3,864
  • jmcnamara/xlsxwriterAvatar von jmcnamara

    jmcnamara/XlsxWriter

    3,911Auf GitHub ansehen↗

    XlsxWriter is a library for generating spreadsheets in the XLSX format, functioning as an Excel workbook writer and file generator. It provides the capability to write data, apply cell formatting, and build complex layouts across multiple worksheets. The project distinguishes itself with a memory-optimized writing mode that flushes large datasets to disk row-by-row, enabling the creation of files exceeding 4 GB while minimizing RAM consumption. It also includes a specialized mechanism for embedding binary project files and digital signatures to enable VBA macros and signed scripts within work

    Translates between zero-indexed integer coordinates and alphanumeric cell references like A1.

    Pythonchartslibxlsxwriterpandas
    Auf GitHub ansehen↗3,911
  • ironcalc/ironcalcAvatar von ironcalc

    ironcalc/IronCalc

    3,750Auf GitHub ansehen↗

    IronCalc is an XLSX spreadsheet engine and formula evaluator designed to compute numerical expressions and manage workbook structures. It utilizes a logic engine compatible with industry standards to evaluate formulas and manage cell dependencies. The project provides a comprehensive suite of specialized toolkits, including a financial calculation library for bond pricing and net present value, and an engineering math toolkit for complex number arithmetic and Bessel functions. It also features a web-based spreadsheet interface for creating and formatting workbooks. The engine covers a broad

    Provides a mechanism to map human-readable names and dynamic text to specific spreadsheet cell coordinates.

    Rustreactrustself-hosted
    Auf GitHub ansehen↗3,750
  • space-wizards/space-station-14Avatar von space-wizards

    space-wizards/space-station-14

    3,523Auf GitHub ansehen↗

    Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp

    Implements tools for placing tiles and entities using snap grids and coordinate-based drawing.

    C#c-sharpgamehacktoberfest
    Auf GitHub ansehen↗3,523
Vorherige12Nächste
  1. Home
  2. Graphics & Multimedia
  3. Visualization and Mapping
  4. Visualization Frameworks
  5. Coordinate Systems
  6. Page Coordinate Mapping
  7. Grid Coordinate Mapping

Unter-Tags erkunden

  • Art Grid MappingMapping of canvas interactions to specific isometric, hexagonal, or rectangular coordinates for art asset placement. **Distinct from Grid Coordinate Mapping:** Focuses on artistic canvas placement (iso/hex) rather than virtualized data table ranges
  • Cell Coordinate Mapping1 Sub-TagSystems for mapping data points to specific row and column intersections in a spreadsheet grid. **Distinct from Grid Coordinate Mapping:** Focuses on logical data addressing in spreadsheets rather than visual coordinate range calculations for UI virtualization.
  • Game Grid AnalysisAnalyzing grid-based game maps to identify entity positions and movement routes. **Distinct from Grid Coordinate Mapping:** Focuses on game state analysis (enemy positions) rather than just the mathematical mapping of coordinates.
  • Terminal Grid Mappings1 Sub-TagMappings that translate internal logical states to specific row and column coordinates in a terminal emulator. **Distinct from Grid Coordinate Mapping:** Distinct from Grid Coordinate Mapping: specifically for terminal characters rather than virtualized tables or spreadsheets.
  • Time-Slot Coordinate MappingsCalculations that map time-based event durations and offsets to specific pixel coordinates in a calendar grid. **Distinct from Grid Coordinate Mapping:** Focuses on temporal-to-spatial mapping for scheduling, whereas Grid Coordinate Mapping focuses on row/column intersection for virtualized tables.
  • Window Layout GridsCoordinate systems used to map screen percentages and pixels to virtual window placement grids. **Distinct from Grid Coordinate Mapping:** Focuses on window management layout grids rather than virtualized data table ranges.