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

#231 in Graphics APIs

Download history 180/week @ 2024-10-22 393/week @ 2024-10-29 297/week @ 2024-11-05 196/week @ 2024-11-12 392/week @ 2024-11-19 311/week @ 2024-11-26 287/week @ 2024-12-03 745/week @ 2024-12-10 361/week @ 2024-12-17 206/week @ 2024-12-24 255/week @ 2024-12-31 447/week @ 2025-01-07 579/week @ 2025-01-14 421/week @ 2025-01-21 634/week @ 2025-01-28 766/week @ 2025-02-04

2,457 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
~547K SLoC