- 
                Notifications
    
You must be signed in to change notification settings  - Fork 19
 
home
        Tomáš Malý edited this page Nov 9, 2017 
        ·
        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 client
 - vts-renderer - OpenGL/ES based rendering library
 
Moreover, there are several example applications:
- vts-browser-desktop - comprehensive application build for linux desktop
 - vts-browser-ios - simple application with touch controls
 - vts-browser-minimal - minimal skeleton for a VTS enabled application
 
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.