summaryrefslogtreecommitdiff
path: root/README.md
blob: 00432f17cb2955d1a56a2235686928ea27999f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Mapbox GL (Native)

[![Travis](https://api.travis-ci.org/mapbox/mapbox-gl-native.svg?branch=master)](https://travis-ci.org/mapbox/mapbox-gl-native/builds)

An OpenGL ES-based renderer for [Mapbox Vector Tiles](https://www.mapbox.com/blog/vector-tiles), consisting of a C++ library for OS X and Linux and SDK bindings for iOS, Android and Node.js.

**This repository is for development on Mapbox GL itself.**

If you want to use products _based on_ Mapbox GL, check out: 

- [Mapbox Mobile](http://mapbox.com/mobile) — iOS and Android native development libraries for vector maps in apps
- [`react-native-mapbox-gl`](https://github.com/mapbox/react-native-mapbox-gl) — React Native library for vector maps in apps
- [`qmapboxgl`](https://github.com/tmpsantos/qmapboxgl) — Qt library for vector map rendering

--

See [`INSTALL.md`](./INSTALL.md) for development setup and install instructions, including dependencies.