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 Aug 6, 2020
·
10 revisions
VTS Browser CPP Documentation
VTS Documentation
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.
It also contains complete documentation for server components.
This wiki, on the other hand, focuses solely on the c++ browser libraries.
Repository Contents
This repository contains two libraries:
libvts-browser - the core library that implements VTS browser
libvts-renderer - OpenGL and OpenGL ES based rendering library
the repository contains several more examples that are not covered here:
QT application
C# application
UWP application
web assembly application with SDL
Example dependency graph:
Library Concepts
The libraries usage is explained in Concepts, in a tutorial like way.
It is designed to start with simple tasks and progress towards more advanced topics.