mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
* Update the wgsl syntax used in egui-wgpu * Updates for the latest version of wgpu * Update the wgpu version * get_preffered_format -> get_supported_formats * Just use an array access for compatible formats * Use the naga cli to validate the egui demo app custom wgpu shader * Run cargo check on the custom3d wgpu app Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
egui demo app
This app demonstrates egui and eframe.
View the demo app online at https://egui.rs.
Run it locally with cargo run --release -p egui_demo_app.
egui_demo_app can be compiled to WASM and viewed in a browser locally with:
./sh/start_server.sh &
./sh/build_demo_web.sh --fast --open
egui_demo_app uses egui_demo_lib.