Added README

This commit is contained in:
Robert 2021-04-17 18:10:45 +02:00
parent f7eba79907
commit fd9cbac42a

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# MapViewer
This is a personal project where I try to parse OSM XML data and display it
in my custom built map renderer.
Map data comes from OpenStreetmap.
Pretty much all polygons in this map viewer are created by [Jonathan Richard Shewchuk](https://people.eecs.berkeley.edu/~jrs/)s 2D mesh generator library [Triangle](https://www.cs.cmu.edu/~quake/triangle.html).