scenix 0.1.0

Facade crate for the scenix v0.1.0 Foundation APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![cfg_attr(not(feature = "std"), no_std)]

//! Facade crate for scenix v0.1.0 Foundation APIs.
//!
//! This release re-exports `scenix-math`, `scenix-core`, and `scenix-input`.
//! Rendering, scene graph, mesh, material, loader, and WASM crates are planned
//! for later roadmap milestones.

pub use scenix_core::*;
pub use scenix_input::*;
pub use scenix_math::*;