egui/sh
Emil Ernerfeldt 8178d23d19
Deduplicate code found in both egui_glium and egui_glow (#819)
* Move window building to egui-winit

* Move icon loading to egui-winit

* `use glow::HasContext;` -> `use glow::HasContext as _;`

* Move FileStorage into epi behind a feature flag

* De-duplicate screen_size_in_pixels and native_pixels_per_point

* Move creation of FileStorage to epi

* Handle epi app output (window size changes etc) in egui-winit

* Move app and memory persistence and autosave logic to egui-winit

* fix check.sh

* Make the epi backend opt-in for egui_glium and egui_glow

* Fix persistence

* Add integration name to epi::IntegrationInfo and the demo

* Clean up Cargo.toml files and fix making egui_glium optional

* fix typo

* Make egui_glium compile without the `epi` feature
2021-10-19 21:40:55 +02:00
..
build_demo_web.sh build_demo_web.sh: add --fast flag to skip optimization step 2021-08-21 21:33:51 +02:00
check.sh Deduplicate code found in both egui_glium and egui_glow (#819) 2021-10-19 21:40:55 +02:00
docs.sh Add egui_glow as an opt-in backend to eframe (#817) 2021-10-19 15:32:23 +02:00
find_bloat.sh Reduce monomorphization, reducing wasm size by around 3% 2021-09-07 21:33:10 +02:00
setup_web.sh Move shell scripts into sh/ subfolder 2021-05-09 13:28:24 +02:00
start_server.sh Replace every ... with … like some sort of crazy person 2021-10-13 11:52:34 +02:00
wasm_size.sh Move shell scripts into sh/ subfolder 2021-05-09 13:28:24 +02:00