Expand description
KAS graphics backend over WGPU
This crate implements a KAS’s drawing APIs over WGPU.
This crate supports themes via the kas::theme
, and provides one
additional theme, ShadedTheme
.
Custom GPU-accelerated drawing is supported via draw::CustomPipe
(see the Mandlebrot example).
By default, some environment variables are read for configuration.
See options::Options::load_from_env
for documentation.
Re-exports§
Modules§
Structs§
- Builder
- Builder for a
kas::runner::Runner
using WGPU - Shaded
Theme - A theme using simple shading to give apparent depth to elements
Traits§
- Draw
Shaded - Extension trait providing shaded drawing for
DrawIface
- Draw
Shaded Impl - Extended draw interface for
DrawIface
providing shaded drawing