28 releases (12 breaking)
0.29.1 | Oct 1, 2024 |
---|---|
0.28.1 | Jul 5, 2024 |
0.27.1 | Mar 29, 2024 |
0.24.1 | Nov 30, 2023 |
0.0.1-alpha.1 | Jul 28, 2021 |
#147 in Game dev
89,359 downloads per month
Used in 136 crates
(24 directly)
2MB
38K
SLoC
egui-wgpu
This crates provides bindings between egui
and wgpu.
This was originally hosted at https://github.com/hasenbanck/egui_wgpu_backend
lib.rs
:
This crates provides bindings between egui
and wgpu.
If you're targeting WebGL you also need to turn on the
webgl
feature of the wgpu
crate:
# Enable both WebGL and WebGPU backends on web.
wgpu = { version = "*", features = ["webgpu", "webgl"] }
You can control whether WebGL or WebGPU will be picked at runtime by setting
WgpuConfiguration::supported_backends
.
The default is to prefer WebGPU and fall back on WebGL.
Feature flags
Dependencies
~13–49MB
~828K SLoC