Crate khora_infra

Source
Expand description

§Khora Infra

Concrete implementations of external dependencies.

Re-exports§

pub use graphics::wgpu::WgpuRenderSystem;
pub use platform::window::WinitWindow;
pub use platform::window::WinitWindowBuilder;
pub use telemetry::gpu_monitor::GpuMonitor;
pub use telemetry::memory_monitor::MemoryMonitor;
pub use telemetry::vram_monitor::VramMonitor;

Modules§

graphics
WGPU graphics backend implementation
platform
Platform abstraction implementation
telemetry
Telemetry monitoring for system resources.