Module three_d::window[][src]

Expand description

Default windows for easy setup and event handling. Currently glutin for cross-platform desktop and canvas using wasm-bindgen for web, but can be replaced by any other window with similar functionality.

Structs

Window

Default window and event handler for easy setup.

WindowSettings

Window settings.

Enums

WindowError

Error message from the window module.