19 breaking releases
0.20.0 | Oct 7, 2022 |
---|---|
0.18.0 | Jul 3, 2022 |
0.17.0 | Mar 9, 2022 |
0.16.0 | Dec 31, 2021 |
0.2.2 | Nov 16, 2020 |
#175 in Graphics APIs
1,941 downloads per month
Used in 11 crates
(10 directly)
34KB
703 lines
egui_wgpu_backend
Backend code to run egui using wgpu.
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.
lib.rs
:
A render backend to use egui with wgpu.
You need to create a [RenderPass
] and feed it with the output data provided by egui.
A basic usage example can be found here.
Dependencies
~5–12MB
~221K SLoC