gtether 0.2.3

Highly concurrent multiplayer focused game engine, with an emphasis on realtime streamable asset management.
Documentation
1
2
3
4
5
6
7
8
9
10
//! GUI-specific logic.
//!
//! This module requires the `gui` crate feature, which in turn requires the `render` crate feature.
//!
//! For windowing management via Winit, see the [`window::winit`] module.
//!
//! For input handling, see the [`input`] module.

pub mod input;
pub mod window;