Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapbox/mapbox-gl-native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
https://github.com/mapbox/mapbox-gl-native
android c-plus-plus geojson ios java macos map mapbox mapbox-gl maps monorepo nodejs objective-c objective-c-plus-plus opengl opengl-es openstreetmap qt swift vector-tiles
Last synced: about 1 month ago
JSON representation
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
- Host: GitHub
- URL: https://github.com/mapbox/mapbox-gl-native
- Owner: mapbox
- License: other
- Archived: true
- Created: 2014-01-27T17:14:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T10:31:03.000Z (over 1 year ago)
- Last Synced: 2024-09-25T09:33:14.281Z (about 1 month ago)
- Topics: android, c-plus-plus, geojson, ios, java, macos, map, mapbox, mapbox-gl, maps, monorepo, nodejs, objective-c, objective-c-plus-plus, opengl, opengl-es, openstreetmap, qt, swift, vector-tiles
- Language: C++
- Homepage: https://mapbox.com/mobile
- Size: 355 MB
- Stars: 4,367
- Watchers: 320
- Forks: 1,328
- Open Issues: 312
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.mbgl-core.md
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ios - Mapbox GL - An OpenGL renderer for Mapbox Vector Tiles with SDK bindings for iOS. (Maps / Other Hardware)
- Awesome-Geospatial - Mapbox GL Native - Render Mapbox styles in mobile, desktop, and node applications using C++ and OpenGL. (C++)
- awesome-vector-tiles - Mapbox GL Native - C++/OpenGL vector maps library with native SDKs for Android, iOS, Node.js, macOS, and Qt (Clients)
- awesome-gis - mapbox-gl-native - A library for embedding interactive, customizable vector maps into native applications on multiple platforms (Javascript frontend frameworks and librairies / Map display libraries)
- awesome-gis - mapbox-gl-native - A library for embedding interactive, customizable vector maps into native applications on multiple platforms (Map Render Engine)
- awesome-ios-star - Mapbox GL - An OpenGL renderer for Mapbox Vector Tiles with SDK bindings for iOS. (Maps / Other Hardware)
- awesome-starred - mapbox/mapbox-gl-native - Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL (opengl)
- awesome-gis - Mapbox GL Native - Render Mapbox styles in mobile, desktop, and node applications using C++ and OpenGL. (Geospatial Library / C++)
README
# Mapbox GL Native
[![Circle CI build status](https://circleci.com/gh/mapbox/mapbox-gl-native.svg?style=shield)](https://circleci.com/gh/mapbox/workflows/mapbox-gl-native/tree/master) [![Coverage Status](https://codecov.io/gh/mapbox/mapbox-gl-native/branch/master/graph/badge.svg)](https://codecov.io/gh/mapbox/mapbox-gl-native)
A C++ library that powers customizable vector maps in native applications on multiple platforms by taking stylesheets that conform to the [Mapbox Style Specification](https://docs.mapbox.com/mapbox-gl-js/style-spec/), applying them to vector tiles that conform to the [Mapbox Vector Tile Specification](https://github.com/mapbox/vector-tile-spec/), 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 Maps SDK for Android](https://github.com/mapbox/mapbox-gl-native-android/) (Java, Kotlin)
* [Mapbox Maps SDK for iOS](https://github.com/mapbox/mapbox-gl-native-ios/blob/master/platform/ios/) (Objective-C, Swift, Interface Builder)
* [Mapbox Maps SDK for macOS](https://github.com/mapbox/mapbox-gl-native-ios/tree/master/platform/macos/) (Objective-C, Swift, Interface Builder, AppleScript)[Mapbox GL JS](https://github.com/mapbox/mapbox-gl-js) is the WebGL-based counterpart to Mapbox GL Native that is designed for use on the Web.
## [Developing](DEVELOPING.md)
We use [CMake](https://cmake.org/cmake/help/latest/) 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](LICENSE.md). The licenses of its dependencies are tracked via [FOSSA](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-native):
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-native.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-native)