Porting guide

This guide will let you go through the steps to use the Vertices SDK for your project.

Taking a look at the diagram below, we can see that some parts need to be reimplemented by the user as they are specific depending on the hardware (and most of the time the underlying libraries).

In this guide, we are going to port the SDK into your project by using an example I am implementing as I write those lines.

Links will be given at the end of each step to provide our implementation of the given step.

The full repository can be used as a template.

Last updated