stereokit-rust 0.4.0-alpha.22

High-Level Rust bindings around the StereoKitC library for XR
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use crate::{
    sk::{MainThreadToken, Sk, SkInfo},
    system::Log,
};

pub use std::{cell::RefCell, rc::Rc};

#[cfg(feature = "event-loop")]
pub use crate::{
    IStepper,
    framework::{IStepper, StepperAction, StepperId},
};