egui/examples
Emil Ernerfeldt a0b3f1126b
Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus (#2239)
* Using tracing-subscriber in hello_world example

* Add Key::Plus/Minus/Equals

* Warn if failing to guess OS from User-Agent

* Remove jitter when using Context::set_pixels_per_point

* Demo app: zoom in/out using ⌘+ and ⌘-

* Demo app: make backend panel GUI scale slider better

* Optimize debug builds a bit

* typo

* Update changelog

* Add helper module `egui::gui_zoom` for zooming an app

* Better names, and update changelog

* Combine Plus and Equals keys

* Last fix

* Fix docs
2022-11-05 11:18:13 +01:00
..
confirm_exit Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
custom_3d_glow Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
custom_3d_three-d Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
custom_font Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
custom_font_style Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
custom_window_frame Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
download_image Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
file_dialog Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
hello_world Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus (#2239) 2022-11-05 11:18:13 +01:00
puffin_profiler Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
retained_image Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
screenshot Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
serial_windows Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
svg Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2022-11-02 19:38:39 +01:00
README.md Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00

egui and eframe examples

All the examples in this folder uses eframe to set up a window for egui. Some examples are specific to eframe, but many are applicable to any egui integration.

There are a lot more examples at https://www.egui.rs, and it has links to the source code of each example.

Also check out the official docs at https://docs.rs/egui and https://docs.rs/eframe.