https://github.com/block-foundation/grid.gl

Grid Language

https://github.com/block-foundation/grid.gl

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Grid Language

Basic Info
  • Host: GitHub
  • Owner: block-foundation
  • License: apache-2.0
  • Language: TypeScript
  • Default Branch: main
  • Homepage: https://grid.gl
  • Size: 67.4 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of geoid-org/grid.gl
Created almost 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security

README.md

grid.gl

Introduction

Grid.gl is a versatile and powerful grid visualization library written in TypeScript, designed to streamline the process of creating and manipulating complex grid-based visualizations. In today's data-driven world, the ability to effectively visualize data is critical, and Grid.gl is an indispensable tool for developers and data scientists alike.

This library supports a vast array of features such as grid transformations, multi-dimensional data handling, interactive manipulations, and much more. It leverages the power of modern web technologies, including WebGL and HTML5, to render large datasets quickly and efficiently.

Grid.gl is not limited to just standard grids; it can also generate and manipulate irregular or non-uniform grids, providing an extra degree of flexibility for more complex visualization tasks. Furthermore, it is designed with performance in mind, ensuring that visualizations remain smooth and responsive even with significant volumes of data.

One of the key strengths of Grid.gl is its compatibility with TypeScript, a statically-typed superset of JavaScript that adds robustness and scalability to web development projects. TypeScript's strong typing helps developers catch errors early, and its support for object-oriented programming constructs makes it easier to write complex applications.

The ease of use, flexibility, and power of Grid.gl make it an excellent tool for anyone looking to leverage grid-based visualizations in their projects. Whether you're a beginner just getting started with data visualization, or a seasoned professional dealing with large and complex datasets, Grid.gl can help you create visually stunning, interactive, and informative visualizations.

Installation

HTML Script Tag

html <script src="https://unpkg.com/grid.gl@latest/dist.min.js"></script>

NPM Module

bash npm i grid.gl

Disclaimer

THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

Owner

  • Name: Block Foundation
  • Login: block-foundation
  • Kind: organization
  • Email: info@blockfoundation.io
  • Location: Netherlands

The Block Foundation mission is enabling architects to take back initiative and contribute in solving the mismatch in housing through blockchain technology.

Citation (CITATION.cff)

cff-version: 1.2.0
title: grid.gl
version: 0.0.1
date-released: 2023-07-01
url: "https://github.com/geoid-org/grid.gl"
message: >-
  If you use grid.gl, please cite it using
  the metadata from this file.
type: software
authors:
  - given-names: Lars Bastiaan
    family-names: van Vianen
    email: lars@vianen.com
    affiliation: Geoid
    orcid: 'https://orcid.org/0000-0002-8790-8630'

GitHub Events

Total
Last Year

Dependencies

.github/workflows/webpack.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
.devcontainer/Dockerfile docker
  • ubuntu 22.04 build
.devcontainer/docker-compose.yml docker
package-lock.json npm
  • typescript 5.1.6 development
package.json npm
  • @types/node ^20.2.3 development
  • eslint ^8.41.0 development
  • prettier ^2.8.8 development
  • ts-loader ^9.4.3 development
  • ts-node ^10.9.1 development
  • typescript ^5.1.6 development
  • webpack ^5.88.2 development
  • webpack-cli ^5.1.4 development