#back-end #egui #wgpu

egui_wgpu_backend

Backend code to use egui with wgpu

33 breaking releases

new 0.34.0 Mar 30, 2025
0.33.0 Dec 28, 2024
0.32.0 Nov 20, 2024
0.30.0 Jul 29, 2024
0.2.2 Nov 16, 2020

#325 in GUI

Download history 580/week @ 2024-12-07 577/week @ 2024-12-14 158/week @ 2024-12-21 214/week @ 2024-12-28 336/week @ 2025-01-04 687/week @ 2025-01-11 456/week @ 2025-01-18 312/week @ 2025-01-25 1067/week @ 2025-02-01 587/week @ 2025-02-08 430/week @ 2025-02-15 481/week @ 2025-02-22 357/week @ 2025-03-01 417/week @ 2025-03-08 647/week @ 2025-03-15 365/week @ 2025-03-22

1,860 downloads per month
Used in 11 crates (9 directly)

MIT/Apache

38KB
777 lines

egui_wgpu_backend

Latest version Documentation MIT Apache

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

~7–36MB
~548K SLoC