All Projects → mapbox → Mapbox Gl Native

mapbox / Mapbox Gl Native

Licence: other
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
javascript
184084 projects - #8 most used programming language
Objective-C++
1391 projects
EJS
674 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Mapbox Gl Native

Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (-96.7%)
Mutual labels:  opengl, geojson, mapbox, vector-tiles, mapbox-gl, map, maps, openstreetmap
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+95.97%)
Mutual labels:  geojson, mapbox, vector-tiles, mapbox-gl, map, openstreetmap, monorepo
Vector Datasource
Tilezen vector tile service - OpenStreetMap data in several formats
Stars: ✭ 427 (-89.56%)
Mutual labels:  geojson, vector-tiles, map, openstreetmap
angular-mapboxgl-directive
AngularJS directive for Mapbox GL
Stars: ✭ 43 (-98.95%)
Mutual labels:  map, mapbox-gl, maps, mapbox
openstreetmap-carto-vector-tiles
A general-purpose OpenStreetMap mapnik style, in CartoCSS, served with vector tiles
Stars: ✭ 46 (-98.88%)
Mutual labels:  vector-tiles, maps, openstreetmap
Mapdeck
R interface to Deck.gl and Mapbox
Stars: ✭ 296 (-92.76%)
Mutual labels:  mapbox, mapbox-gl, maps
Mappa
A canvas wrapper for Maps 🗺 🌍
Stars: ✭ 290 (-92.91%)
Mutual labels:  mapbox, mapbox-gl, maps
s60-maps
Yet another maps for Symbian OS
Stars: ✭ 27 (-99.34%)
Mutual labels:  map, maps, openstreetmap
Qlogo
QLogo is a rewrite of the UCBLogo language and user interface with UCB compatibility. It is cross-platform and uses hardware-accelerated graphics.
Stars: ✭ 39 (-99.05%)
Mutual labels:  opengl, opengl-es, qt
osm-static-maps
Openstreetmap static maps is a nodejs lib, CLI and server open source inspired on google static map service
Stars: ✭ 130 (-96.82%)
Mutual labels:  geojson, maps, openstreetmap
react-map-gl-cluster
Urbica React Cluster Component for Mapbox GL JS
Stars: ✭ 27 (-99.34%)
Mutual labels:  map, mapbox-gl, maps
planetiler
Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
Stars: ✭ 823 (-79.88%)
Mutual labels:  vector-tiles, maps, openstreetmap
mapbox-gl-qml
Unofficial Mapbox GL Native bindings for Qt QML
Stars: ✭ 30 (-99.27%)
Mutual labels:  mapbox-gl, openstreetmap, opengl-es
deck.gl-time-series-widget
A React Time Slider implementation for DECK.GL - (non)temporal data - by CPU filtering ⌛
Stars: ✭ 19 (-99.54%)
Mutual labels:  mapbox-gl, maps, mapbox
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (-34.32%)
Mutual labels:  map, maps, openstreetmap
vaguely-rude-places
The map of Vaguely Rude Place Names
Stars: ✭ 19 (-99.54%)
Mutual labels:  map, geojson, maps
HMap
:earth: HMap | 基于openlayers的封装组件
Stars: ✭ 64 (-98.44%)
Mutual labels:  map, vector-tiles, openstreetmap
map
🏳️‍🌈🗺 A map of community centers and other helpful information for queer (LGBTQ) people.
Stars: ✭ 15 (-99.63%)
Mutual labels:  map, openstreetmap, mapbox
L7
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
Stars: ✭ 2,517 (-38.47%)
Mutual labels:  geojson, mapbox, map
Tangram Es
2D and 3D map renderer using OpenGL ES
Stars: ✭ 644 (-84.26%)
Mutual labels:  opengl-es, vector-tiles, map

Mapbox GL Native

Circle CI build status Coverage Status

A C++ library that powers customizable vector maps in native applications on multiple platforms by taking stylesheets that conform to the Mapbox Style Specification, applying them to vector tiles that conform to the Mapbox Vector Tile Specification, and rendering them using OpenGL or Metal.

To embed interactive maps into a native application using a platform-specific language, install the Mapbox Maps SDK:

Mapbox GL JS is the WebGL-based counterpart to Mapbox GL Native that is designed for use on the Web.

Developing

We use CMake to build Mapbox GL Native for various platforms, including Linux, Android, iOS, macOS and Windows. The following command, executed from the root of this repository tree, will build Mapbox GL Native targeting your host architecture given that you have all the dependencies installed and run the example app.

$ git submodule update --init --recursive
$ cmake . -B build
$ cmake --build build
$ MAPBOX_ACCESS_TOKEN=my_access_token_here ./build/platform/glfw/mbgl-glfw

License

Mapbox GL Native is licensed under the 2-Clause BSD license. The licenses of its dependencies are tracked via FOSSA:

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].