You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tomáš Malý edited this page Dec 17, 2019
·
7 revisions
VTS Browser Minimal
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.