Skip to content

An easy-to-use mixed reality library for building HoloLens and VR applications with C# and OpenXR!

License

Notifications You must be signed in to change notification settings

jjhartmann/StereoKit

 
 

Repository files navigation

StereoKit Logo

An easy-to-use mixed reality library for building HoloLens and VR applications with C# and OpenXR!

The getting started guide can be found here!

StereoKit is ready to use, but still early in its life! Check out this Twitter thread for development news and gifs, or check this blog for more substantial updates!

StereoKit is designed to solve issues that occur when using a game engine to create a Mixed Reality application or tool. Game engines are one of the few places you can currently go to get rendering functionality out of the box, but they lack features that would really streamline MR application development!

Screenshot

StereoKit Features:

  • Model formats: .gltf, .glb, .obj, .stl, procedural
  • Texture formats: .jpg, .png, .tga, .bmp, .psd, .gif, .hdr, .pic, equirectangular cubemap, procedural
  • Runtime asset loading
  • Platforms: HoloLens 2, Windows Mixed Reality, eventually everywhere OpenXR is!
  • Builds your application in seconds, not minutes
  • Input: articulated hands, pointers, keyboard/mouse
  • Physics
  • Easy but powerful UI and interactions
  • Performance-by-default render pipeline
  • Flexible shader/material system
  • All of the Documentation is tested and generated from code, including screenshots

Getting started

Follow this guide for a detailed introduction! This repository is the raw source for those who wish to build StereoKit themselves, the Visul Studio templates and the NuGet packages referenced in the guide are how most people should build their applications!

StereoKit focuses on getting you productive with the least amount of code possible. You can actually do most tasks with a single line of code, including UI! Here's hello world with StereoKit, this is all you need to get up and running!

Hello World

Roadmap

Where is StereoKit going next? That depends on you! What do you need? Is StereoKit missing something that it really should have? File an issue and let us know!

In the short term, StereoKit will focus on the Core API, improving performance, and ensuring all basic features are present and work well! Some basic tooling, things like a visual shader editor might get built here. The Core of StereoKit is an Immediate Mode system that does not provide any framework or application state management.

Long term, we'd love to add StereoKit Framework! Framework is a higher-level layer that manages application state, so more complicated functionality can be taken care of. Features such as automatic multi-user capabilities, component systems, WYSIWYG UI design tools, visual scene editors and code-free design environments will become possible.

Dependencies

Just like all software, StereoKit is built on the shoulders of incredible people! Here's a list of the libraries StereoKit uses to get things done.

About

An easy-to-use mixed reality library for building HoloLens and VR applications with C# and OpenXR!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 52.0%
  • C++ 41.1%
  • C# 6.8%
  • PowerShell 0.1%