-
Notifications
You must be signed in to change notification settings - Fork 19
home
Tomáš Malý edited this page Apr 27, 2018
·
10 revisions
Documentation for the whole VTS can be found at read the docs. It focuses on general explanation of the technology like map configurations, reference frames, surfaces, bound layers etc.
This wiki, on the other hand, focuses solely on the browser library documentation.
This repository contains two libraries:
- vts-browser - the core library that implements VTS browser
- vts-renderer - OpenGL/ES based rendering library
Moreover, there are several example applications:
- vts-browser-desktop - comprehensive application build for desktops
- vts-browser-ios - simple application with touch controls
- vts-browser-minimal - skeleton for a simple application
Dependency graph:

The library usage is explained in Concepts. It explains, in a tutorial like way, the basics of the API. It is designed to start with simple tasks and progress towards more advanced topics.
Lastly, there is reference manual for both libraries: browser and renderer.