Skip to content

jhawthorn/sdlmap

Repository files navigation

sdlmap

sdlmap is a dead simple "Slippy map" using SDL 2.0 and libcurl. It may be able to be run on systems which could not handle more complex browser and javascript based map viewers.

sdlmap is meant to be a starting point for map experiments, being minimalist (read: incomplete) and portable (read: I used SDL).

preview (Map tiles courtesy of OpenStreetMap)

Usage

$ make
$ ./sdlmap

Dependencies

  • SDL 2.0
  • SDL_image 2
  • libcurl

Arch linux

# pacman -S sdl2 sdl2_image

Ubuntu

# apt-get install libsdl2-image-dev libcurl4-gnutls-dev

About

🌍 A SDL + libcurl OpenStreetMap viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published