Crate kas_wgpu[][src]

Expand description

KAS shell over winit and WebGPU

This crate provides an implementation of KAS, using WebGPU for GPU-accelerated rendering.

Windowing is provided by winit. Clipboard functionality is (currently) provided by the clipboard crate.

Re-exports

pub use options::Options;
pub use kas;
pub use kas_theme as theme;
pub use wgpu;

Modules

draw

Drawing API for kas_wgpu

options

Options

Structs

ClosedError

Error type returned by ToolkitProxy functions.

Toolkit

A toolkit over winit and WebGPU

ToolkitProxy

A proxy allowing control of a Toolkit from another thread.

Enums

Error

Possible failures from constructing a Toolkit