-
Notifications
You must be signed in to change notification settings - Fork 19
examples minimal
Tomáš Malý edited this page Apr 10, 2018
·
7 revisions
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 200 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.
It also uses the rendering library that is part of this repository too.