32 breaking releases

0.33.0 Dec 28, 2024
0.32.0 Nov 20, 2024
0.31.0 Oct 8, 2024
0.30.0 Jul 29, 2024
0.2.2 Nov 16, 2020

#158 in Graphics APIs

Download history 400/week @ 2024-09-19 373/week @ 2024-09-26 303/week @ 2024-10-03 240/week @ 2024-10-10 208/week @ 2024-10-17 215/week @ 2024-10-24 428/week @ 2024-10-31 244/week @ 2024-11-07 250/week @ 2024-11-14 389/week @ 2024-11-21 261/week @ 2024-11-28 426/week @ 2024-12-05 755/week @ 2024-12-12 210/week @ 2024-12-19 201/week @ 2024-12-26 248/week @ 2025-01-02

1,530 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–37MB
~548K SLoC