All Projects → KhronosGroup → Openxr Sdk Source

KhronosGroup / Openxr Sdk Source

Licence: apache-2.0
Sources for OpenXR loader, basic API layers, and example code.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Openxr Sdk Source

Webxr Polyfill
Use the WebXR Device API today, providing fallbacks to native WebVR 1.1 and Cardboard
Stars: ✭ 251 (+6.36%)
Mutual labels:  vr, augmented-reality, virtual-reality
OpenXR-CTS
Conformance test suite for OpenXR
Stars: ✭ 38 (-83.9%)
Mutual labels:  augmented-reality, vr, virtual-reality
V2R
Code for our IJCAI 2020 paper: "Keep It Real: a Window to Real Reality in Virtual Reality".
Stars: ✭ 20 (-91.53%)
Mutual labels:  augmented-reality, vr, virtual-reality
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (-61.02%)
Mutual labels:  augmented-reality, vr, virtual-reality
Openxr Sdk
Generated headers and sources for OpenXR loader.
Stars: ✭ 256 (+8.47%)
Mutual labels:  vr, augmented-reality, virtual-reality
Viro
ViroReact: AR and VR using React Native
Stars: ✭ 1,735 (+635.17%)
Mutual labels:  vr, augmented-reality, virtual-reality
g3r
3D, VR and AR Maps in R
Stars: ✭ 19 (-91.95%)
Mutual labels:  augmented-reality, vr, virtual-reality
Polymer
🎨 graphics + interaction engine
Stars: ✭ 243 (+2.97%)
Mutual labels:  vr, augmented-reality, virtual-reality
Stereokit
An easy-to-use mixed reality library for building HoloLens and VR applications with C# and OpenXR!
Stars: ✭ 195 (-17.37%)
Mutual labels:  vr, augmented-reality, virtual-reality
spark-ar-creators
List of 9500 (and counting) Spark AR Creators. Open an issue or contact me if you want to be added.❤️
Stars: ✭ 122 (-48.31%)
Mutual labels:  augmented-reality, vr, virtual-reality
GVRSCNRenderer
SceneKit Rendering and ARKit 6DOF Tracking for Google Cardboard
Stars: ✭ 19 (-91.95%)
Mutual labels:  augmented-reality, vr, virtual-reality
Ar Vrcourse
VR,AR,MR 开发入门教程
Stars: ✭ 298 (+26.27%)
Mutual labels:  vr, augmented-reality, virtual-reality
Virocore
ViroCore cross-platform AR/VR renderer
Stars: ✭ 270 (+14.41%)
Mutual labels:  vr, augmented-reality, virtual-reality
Hover Ui Kit
Create beautiful user interfaces for immersive VR/AR experiences.
Stars: ✭ 662 (+180.51%)
Mutual labels:  vr, augmented-reality, virtual-reality
Covise
Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
Stars: ✭ 101 (-57.2%)
Mutual labels:  augmented-reality, virtual-reality
Vrarmik
Unity Inverse Kinematics solution for arms in VR
Stars: ✭ 94 (-60.17%)
Mutual labels:  vr, virtual-reality
Vircadia
Vircadia open source metaverse platform, based on the former High Fidelity Virtual Reality Platform.
Stars: ✭ 110 (-53.39%)
Mutual labels:  vr, virtual-reality
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+455.08%)
Mutual labels:  vr, virtual-reality
Apertusvr
Virtual Reality Software Library
Stars: ✭ 112 (-52.54%)
Mutual labels:  augmented-reality, virtual-reality
Geomapping With Unity Mapbox
Geomap is the virtualization of data that maps a Country. Mapbox Unity SDK gives data(Global map layers of Streets, Buildings, Elev, and Satellite) generating custom 3D worlds for Mobile VR/AR apps.
Stars: ✭ 118 (-50%)
Mutual labels:  augmented-reality, virtual-reality

OpenXR™ Software Development Kit (SDK) Sources Project

This repository contains source code and build scripts for implementations of the OpenXR loader, validation layers, and code samples.

The authoritative public repository is located at https://github.com/KhronosGroup/OpenXR-SDK-Source/. It hosts the public Issue tracker, and accepts patches (Pull Requests) from the general public.

If you want to simply write an application using OpenXR (the headers and loader), with minimum dependencies, see https://github.com/KhronosGroup/OpenXR-SDK/. That project is based on this one, but contains all generated files pre-generated, removing the requirement for Python or build-time file generation, and omits the samples, tests, and API layers, as they are not typically built as a part of an application.

Directory Structure

  • BUILDING.md - Instructions for building the projects
  • README.md - This file
  • COPYING.md - Copyright and licensing information
  • CODE_OF_CONDUCT.md - Code of Conduct
  • external/ - External code for projects in the repo
  • include/ - OpenXR platform include file
  • specification/ - xr.xml file
  • src/ - Source code for various projects
  • src/api_layer - Sample code for developing API layers
  • src/loader - OpenXR loader code
  • src/tests - various test code (if looking for sample code start with hello_xr/)

Currently the best sample code is in src/tests/hello_xr/. More will be added in the future.

Building

See BUILDING.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].