Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evergineteam/openxr.net
- Owner: EvergineTeam
- License: mit
- Created: 2020-12-28T17:23:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T00:16:59.000Z (20 days ago)
- Last Synced: 2024-11-01T01:19:20.227Z (20 days ago)
- Topics: csharp, dotnet, evergine, net5, openxr
- Language: C#
- Homepage:
- Size: 749 KB
- Stars: 17
- Watchers: 15
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.