1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

[egui_web] Repaint on finished fetch in example app

This commit is contained in:
Emil Ernerfeldt
2020-11-20 20:35:16 +01:00
parent 99a2a52510
commit 633b19ee99
8 changed files with 129 additions and 71 deletions

View File

@@ -62,8 +62,8 @@ TODO-list for the Egui project. If you looking for something to do, look here.
* [x] Read url fragment and redirect to a subpage (e.g. different examples apps)]
* [x] Copy/paste support
* [x] Async HTTP requests
* [x] Repaint on completed fetch request (etc)
* [ ] Local storage of app state
* [ ] Repaint on completed fetch request (etc)
* [ ] Fix WebGL colors/blending (try EXT_sRGB)
* [ ] Embeddability
* [ ] Support canvas that does NOT cover entire screen.