Skip to content
Tomáš Malý edited this page Dec 17, 2019 · 7 revisions

VTS Browser Minimal

vts-browser-minimal.png

This is a simple application that only shows single map. You may navigate on the map with mouse.

It is designed to be as small as possible, just to give an initial insight on how to begin writing an application on your own. The entire application has less than 300 lines of code. You may look at its source code in C++ or source code in C.

The example uses SDL, a library that provides window creation and event handling capabilities in a portable way.

The examples use both libraries that are part of this repository.