egui_wgpu_backend 0.9.0

Backend code to use egui with wgpu.
Documentation

egui_wgpu_backend

Latest version Documentation MIT Apache

Backend code to run egui using wgpu.

Features

  • web Using this features will force the backend to output sRGB gamma encoded colors. Normally shaders are supposed to work in linear space, but browsers want sRGBA gamma encoded colors instead.

Example

We have created a simple example project to show you, how to use this crate.

License

egui_wgpu_backend is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT.