Skip to content

redfish64/tangram-es

 
 

Repository files navigation

tangram-es

tangram-es is a C++ library for rendering 2D and 3D maps from vector data using OpenGL ES, it is a counterpart to tangram focused on mobile and embedded devices.

This repository contains both the core rendering library and sample applications that use the library on Android, iOS, Mac OS X, Ubuntu, and Raspberry Pi.

Gitter

Platform Build status
Linux/Android Travis CI BuildStatus
iOS CircleCI

screenshot

tangram-es is in active development and is not yet feature-complete

Platform Targets

Currently we are targeting five platforms:

Code Style

In general, code changes should follow the style of the surrounding code.

When in doubt, you can use the provided clang-format style file for automatic styling.

Install clang-format (available through brew or apt-get):

brew install clang-format

or

sudo apt-get install clang-format

Run clang-format with specified style (use -i to modify the contents of the specified file):

clang-format -i -style=file [file]

About

2D and 3D map renderer using OpenGL ES

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.8%
  • C 16.9%
  • Java 5.1%
  • Objective-C++ 2.2%
  • Objective-C 1.8%
  • CMake 1.6%
  • Other 1.6%