Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1010 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 1010 Bytes

OpenXR API Layer template

This repository contains the source project for a basic OpenXR API layer template that can be customized easily.

More about OpenXR and the OpenXR Loader.

Prerequisites:

  • Visual Studio 2019 or above;
  • NuGet package manager (installed via Visual Studio Installer);
  • Python 3 interpreter (installed via Visual Studio Installer or externally available in your PATH).

Customization:

  • Find documentation and tutorials on the wiki;
  • Find the sample code from the tutorials in the example branches.

DISCLAIMER: This software is distributed as-is, without any warranties or conditions of any kind. Use at your own risks.