0.7.1 • Published 9 days ago

gleo v0.7.1

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
9 days ago

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:

0.7.1

9 days ago

0.7.0

26 days ago

0.6.1

28 days ago

0.6.0

30 days ago

0.5.0

1 month ago

0.4.0

5 months ago

0.3.0

12 months ago

0.3.2

11 months ago

0.3.1

12 months ago

0.3.3

10 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.0-alpha0

3 years ago