Home
Softono

ImOsmDemo

Open source MIT C++
36
Stars
7
Forks
0
Issues
3
Watchers
3 years
Last Commit

 About ImOsmDemo

Renders OpenStreetMap in ImGui window

Platforms

Web Self-hosted

Languages

C++

Links

Need Help Installing ImOsmDemo?

We provide expert installation service for this software. Our team will install, configure, and secure ImOsmDemo on your server. plans start at just $30.

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