Skip to content

Conversation

emilk
Copy link
Owner

@emilk emilk commented Oct 9, 2025

See the above issue for motivation.

To use glow instead, disable the default features of eframe and opt-in to glow.

This also changes egui.rs to use wgpu, which means WebGPU when available, and WebGL otherwise

TODO

I tried just changing the glow feature flag out for the wgpu feature flag on `eframe_template… but that lead to disaster: emilk/eframe_template#210

We need to make this a non-disaster before we switch for everyone.

@emilk emilk added the eframe Relates to epi and eframe label Oct 9, 2025
Copy link

github-actions bot commented Oct 9, 2025

Preview available at https://egui-pr-preview.github.io/pr/7615-emilkdefault-wgpu
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

View snapshot changes at kitdiff

@emilk emilk marked this pull request as draft October 9, 2025 10:11
@emilk emilk added this to the 0.34.0 milestone Oct 9, 2025
@emilk emilk marked this pull request as ready for review October 9, 2025 13:37
@emilk emilk added the do-not-merge Do not merge yet, but you can still review it label Oct 10, 2025
@emilk emilk marked this pull request as draft October 10, 2025 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge Do not merge yet, but you can still review it eframe Relates to epi and eframe

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Switch to wgpu as default backend of eframe?

1 participant