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

#104 in Graphics APIs

Download history 292/week @ 2024-01-24 185/week @ 2024-01-31 187/week @ 2024-02-07 314/week @ 2024-02-14 482/week @ 2024-02-21 400/week @ 2024-02-28 347/week @ 2024-03-06 539/week @ 2024-03-13 515/week @ 2024-03-20 425/week @ 2024-03-27 422/week @ 2024-04-03 431/week @ 2024-04-10 524/week @ 2024-04-17 640/week @ 2024-04-24 525/week @ 2024-05-01 270/week @ 2024-05-08

2,072 downloads per month
Used in 11 crates (9 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–40MB
~603K SLoC