Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 687 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 687 Bytes

ImOsmDemo

This is an application for demonstrate possibilities of ImOsmWidget. It is based on ImProject template.

ImOsmWidget is included as submodule in directory external/imosmwidget/.

In short I use ImGui with GLFW backend, ImPlot, CURL and STB libraries to display interactive map using tiles provided by OpenStreetMap.

image

Ubuntu dependencies

For ImGui with GLFW backend the following packages must be installed

libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev freeglut3-dev

For ImOsmWidget libcurl needed

libcurl4-gnutls-dev