Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Glm | 5,016 | 64 | 2 years ago | 2 | March 24, 2015 | n,ull | other | C++ | ||
OpenGL Mathematics (GLM) | ||||||||||
Mapbox Gl Native | 4,286 | 381 | 37 | 2 months ago | 216 | September 25, 2020 | 311 | other | C++ | |
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL | ||||||||||
Pathfinder | 3,282 | 28 | 3 days ago | 4 | April 17, 2020 | 108 | apache-2.0 | Rust | ||
A fast, practical GPU rasterizer for fonts and vector graphics | ||||||||||
Cglm | 1,810 | 16 days ago | 8 | November 19, 2020 | 55 | mit | C | |||
📽 Highly Optimized Graphics Math (glm) for C | ||||||||||
Milton | 1,207 | a year ago | 60 | gpl-3.0 | C++ | |||||
An infinite-canvas paint program | ||||||||||
Joml | 668 | 208 | 22 | a month ago | 46 | February 11, 2022 | 5 | mit | Java | |
A Java math library for OpenGL rendering calculations | ||||||||||
Femtovg | 647 | 11 | a day ago | 21 | May 23, 2022 | 22 | other | Rust | ||
Antialiased 2D vector drawing library written in Rust | ||||||||||
Mathgl | 504 | 46 | 133 | 9 days ago | 1 | July 13, 2019 | 9 | bsd-3-clause | Go | |
A pure Go 3D math library. | ||||||||||
Pyrr | 367 | 35 | 17 | 5 months ago | 32 | April 18, 2019 | 26 | other | Python | |
3D mathematical functions using NumPy | ||||||||||
Mapbox Gl Native Android | 207 | 5 months ago | 147 | other | Java | |||||
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL |
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.
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
Mapbox GL Native is licensed under the 2-Clause BSD license. The licenses of its dependencies are tracked via FOSSA: