Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evergineteam/openxr.net

This repository contains low-level bindings for OpenXR used in Evergine
https://github.com/evergineteam/openxr.net

csharp dotnet evergine net5 openxr

Last synced: about 20 hours ago
JSON representation

This repository contains low-level bindings for OpenXR used in Evergine

Awesome Lists containing this project

README

        

# OpenXR.NET

This repository contains low-level bindings for OpenXR used in Evergine for .NET 8.0.
This binding is generated from xr.xml file included in the KhronosRegistry folder.

[![CI](https://github.com/EvergineTeam/OpenXR.NET/actions/workflows/CI.yml/badge.svg)](https://github.com/EvergineTeam/OpenXR.NET/actions/workflows/CI.yml)
[![Monthly update check](https://github.com/EvergineTeam/OpenXR.NET/actions/workflows/monthly_update.yml/badge.svg)](https://github.com/EvergineTeam/OpenXR.NET/actions/workflows/monthly_update.yml)
[![Nuget](https://img.shields.io/nuget/v/Evergine.Bindings.OpenXR?logo=nuget)](https://www.nuget.org/packages/Evergine.Bindings.OpenXR)

## Features

- OpenXR 1.0, 1.1
- All OpenXR Extensions
- Raw low level binding using unsafe c# code.