1 unstable release

0.4.0 Oct 20, 2024

#597 in GUI

Download history 142/week @ 2024-10-14 52/week @ 2024-10-21

194 downloads per month
Used in 6 crates (4 directly)

GPL-3.0 license

2MB
38K SLoC

[!IMPORTANT] luminol-egui-wgpu is currently based on emilk/egui@0.28.1

[!NOTE] This is Luminol's modified version of egui-wgpu. The original version is dual-licensed under MIT and Apache 2.0.

To merge changes from upstream into this crate, first add egui as a remote:

git remote add -f --no-tags egui https://github.com/emilk/egui

Now, decide on which upstream egui commit you want to merge from and figure out the egui commit that the previous upstream merge was based on. The basis of the previous upstream merge should be written at the top of this README. Please update the top of this README after merging.

In this example, we are merging from commit bd087ffb8d7467e0b5aa06d17dd600d511d6a5e8 (egui 0.24.0) and the previous merge was based on commit 5a0186fa2b2324ab437099e456e55e281234ca99 (egui 0.23.0).

git diff \
    5a0186fa2b2324ab437099e456e55e281234ca99:crates/egui-wgpu \
    bd087ffb8d7467e0b5aa06d17dd600d511d6a5e8:crates/egui-wgpu |
    git apply -3 --directory=crates/egui-wgpu

Fix any merge conflicts, and then do git commit.

egui-wgpu

Latest version Documentation MIT Apache

This crates provides bindings between egui and wgpu.

This was originally hosted at https://github.com/hasenbanck/egui_wgpu_backend

Dependencies

~10–47MB
~788K SLoC