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

#106 in Graphics APIs

Download history 278/week @ 2024-01-27 133/week @ 2024-02-03 211/week @ 2024-02-10 435/week @ 2024-02-17 447/week @ 2024-02-24 317/week @ 2024-03-02 459/week @ 2024-03-09 617/week @ 2024-03-16 320/week @ 2024-03-23 518/week @ 2024-03-30 384/week @ 2024-04-06 525/week @ 2024-04-13 623/week @ 2024-04-20 452/week @ 2024-04-27 543/week @ 2024-05-04 367/week @ 2024-05-11

2,052 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
~606K SLoC