28 breaking releases

0.29.0 May 4, 2024
0.28.0 Mar 17, 2024
0.27.0 Oct 31, 2023
0.25.0 Jul 26, 2023
0.2.2 Nov 16, 2020

#151 in Graphics APIs

Download history 451/week @ 2024-04-04 463/week @ 2024-04-11 513/week @ 2024-04-18 607/week @ 2024-04-25 547/week @ 2024-05-02 361/week @ 2024-05-09 550/week @ 2024-05-16 675/week @ 2024-05-23 357/week @ 2024-05-30 325/week @ 2024-06-06 366/week @ 2024-06-13 322/week @ 2024-06-20 199/week @ 2024-06-27 69/week @ 2024-07-04 184/week @ 2024-07-11 155/week @ 2024-07-18

657 downloads per month
Used in 10 crates (8 directly)

MIT/Apache

38KB
776 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–38MB
~583K SLoC