|
11 | 11 |
|
12 | 12 |
|
13 | 13 | <div align="center">
|
14 |
| -<a href="https://www.rerun.io/"><img src="media/rerun_io_logo.png" width="250"></a> |
| 14 | +<a href="https://www.rerun.io/"><img src="https://github.com/user-attachments/assets/78e79463-4357-461b-bbd1-31aa5ef5e1a2" width="250"></a> |
15 | 15 |
|
16 | 16 | egui development is sponsored by [Rerun](https://www.rerun.io/), a startup building<br>
|
17 | 17 | an SDK for visualizing streams of multimodal data.
|
@@ -46,7 +46,7 @@ ui.label(format!("Hello '{name}', age {age}"));
|
46 | 46 | ui.image(egui::include_image!("ferris.png"));
|
47 | 47 | ```
|
48 | 48 |
|
49 |
| -<img alt="Dark mode" src="media/demo.gif"> <img alt="Light mode" src="media/demo_light_mode.png" height="278"> |
| 49 | +<img alt="Dark mode" src="https://github.com/user-attachments/assets/3b446d29-99d8-4c82-86bb-4d8ef0516017"> <img alt="Light mode" src="https://github.com/user-attachments/assets/a5e7da93-89a8-4ba0-86b8-0fa2228a4f62" height="278"> |
50 | 50 |
|
51 | 51 | ## Sections:
|
52 | 52 |
|
@@ -136,12 +136,11 @@ Still, egui can be used to create professional looking applications, like [the R
|
136 | 136 | Check out the [3rd party egui crates wiki](https://github.com/emilk/egui/wiki/3rd-party-egui-crates) for even more
|
137 | 137 | widgets and features, maintained by the community.
|
138 | 138 |
|
139 |
| -<img src="media/widget_gallery_0.23.gif" width="50%"> |
| 139 | +<img src="https://github.com/user-attachments/assets/13e73b76-e456-42bd-8ec9-220802834268" width="50%"> |
140 | 140 |
|
141 | 141 | Light Theme:
|
142 | 142 |
|
143 |
| -<img src="media/widget_gallery_0.23_light.png" width="50%"> |
144 |
| - |
| 143 | +<img src="https://github.com/user-attachments/assets/2e38972c-a444-4894-b32f-47a2719cf369" width="50%"> |
145 | 144 |
|
146 | 145 | ## Dependencies
|
147 | 146 | `egui` has a minimal set of default dependencies:
|
@@ -268,7 +267,7 @@ This is not yet as powerful as say CSS, [but this is going to improve](https://g
|
268 | 267 |
|
269 | 268 | Here is an example (from https://github.com/a-liashenko/TinyPomodoro):
|
270 | 269 |
|
271 |
| -<img src="media/pompodoro-skin.png" width="50%"> |
| 270 | +<img src="https://github.com/user-attachments/assets/e6107237-2547-41d6-996b-9a20ae0345ab" width="50%"> |
272 | 271 |
|
273 | 272 | ### How do I use egui with `async`?
|
274 | 273 | If you call `.await` in your GUI code, the UI will freeze, which is very bad UX. Instead, keep the GUI thread non-blocking and communicate with any concurrent tasks (`async` tasks or other threads) with something like:
|
@@ -376,7 +375,7 @@ Default fonts:
|
376 | 375 | ---
|
377 | 376 |
|
378 | 377 | <div align="center">
|
379 |
| -<a href="https://www.rerun.io/"><img src="media/rerun_io_logo.png" width="440"></a> |
| 378 | +<a href="https://www.rerun.io/"><img src="https://github.com/user-attachments/assets/78e79463-4357-461b-bbd1-31aa5ef5e1a2" width="440"></a> |
380 | 379 |
|
381 | 380 | egui development is sponsored by [Rerun](https://www.rerun.io/), a startup building<br>
|
382 | 381 | an SDK for visualizing streams of multimodal data.
|
|
0 commit comments