31 breaking releases

new 0.32.0 Nov 20, 2024
0.30.0 Jul 29, 2024
0.28.0 Mar 17, 2024
0.27.0 Oct 31, 2023
0.2.2 Nov 16, 2020

#201 in Graphics APIs

Download history 303/week @ 2024-07-31 288/week @ 2024-08-07 234/week @ 2024-08-14 172/week @ 2024-08-21 187/week @ 2024-08-28 203/week @ 2024-09-04 282/week @ 2024-09-11 345/week @ 2024-09-18 412/week @ 2024-09-25 292/week @ 2024-10-02 260/week @ 2024-10-09 223/week @ 2024-10-16 185/week @ 2024-10-23 425/week @ 2024-10-30 249/week @ 2024-11-06 164/week @ 2024-11-13

1,058 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
~584K SLoC