three-d 0.7.2

A renderer which compiles to both desktop (OpenGL) and web (WebAssembly + WebGL).
Documentation
//!
//! Input/output from/to the window each frame.
//!

mod input;
#[doc(inline)]
pub use input::*;

mod output;
#[doc(inline)]
pub use output::*;