Skip to content

Commit

Permalink
Clarify project description (#2166)
Browse files Browse the repository at this point in the history
* try to make sentences simpler and less confusing

"targeting mobile and embedded device" - it was unclear whatever it referred to Tangram or Tangram ES

* drop mobile device targeting claim
  • Loading branch information
matkoniecz committed Jun 5, 2020
1 parent cf80106 commit ecc9b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Tangram ES
[![CircleCI](https://circleci.com/gh/tangrams/tangram-es.svg?style=shield)](https://circleci.com/gh/tangrams/tangram-es)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)

Tangram ES is a C++ library for rendering 2D and 3D maps from vector data using OpenGL ES. It is a counterpart to [Tangram](https://github.com/tangrams/tangram) that targets mobile and embedded devices.
Tangram ES is a C++ library for rendering 2D and 3D maps from vector data using OpenGL ES. It is a counterpart to [Tangram](https://github.com/tangrams/tangram).

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.

Expand Down

0 comments on commit ecc9b03

Please sign in to comment.