gleo

0.5.0 • Public • Published

GLeo

A JS library for WebGL-powered geographic maps.

Gleo is a library for displaying geographical maps (and map-like things on cartesian planes), leveraging WebGL1 via the Glii abstraction library. It aims to cover the use cases of Leaflet, OpenLayers or MapboxGL/MaplibreGL, but since it's a one-man project, it's not quite there yet.

I want to see it working!

Go to https://ivansanchez.gitlab.io/gleo/ , then.

Trying out

  1. Clone the repo
  2. Run a git submodule init plus git submodule update
  • This pulls the glii and arrugator dependencies from their git repos
  1. Spin up a local webserver
  2. Browse the demos in /browser-demos

No bundling needed! Gleo leverages the magic of ES6 modules.

Documentation

Running npm install then npm run docs will build the API documentation and the graphviz UML diagram.

Legalese

Gleo itself is licensed under a GPL-3.0 license. See the LICENSE file for details.

Gleo depends on some javascript libraries, which are bundled under src/3rd-party:

As well, Gleo uses some geographical data, assets and non-required javascript libraries in the demos:

Readme

Keywords

Package Sidebar

Install

npm i gleo

Weekly Downloads

1,397

Version

0.5.0

License

GPL-3.0

Unpacked Size

2.05 MB

Total Files

273

Last publish

Collaborators

  • ivansanchez