This website requires JavaScript.
Explore
Help
Sign In
migrations
/
egui
Watch
1
Star
0
Fork
0
You've already forked egui
mirror of
https://github.com/emilk/egui.git
synced
2026-09-02 14:50:03 -04:00
Code
Activity
Files
46e85856b9f859fc1b886f5314f93694d21b1f64
egui
/
crates
/
egui_demo_app
/
src
History
Konkitoman
55a0f1f0c3
Added is_desktop checkbox in egui_demo_app
...
Fix window not rendering if is_desktop is false
2023-07-25 12:15:37 +03:00
..
apps
Now App::update will be responsabile for what viewport will be drawned and its content
2023-07-25 10:54:31 +03:00
backend_panel.rs
Added is_desktop checkbox in egui_demo_app
2023-07-25 12:15:37 +03:00
frame_history.rs
Fix:
request_repaint_after
works even when called from background thread (
#2939
)
2023-04-20 10:56:52 +02:00
lib.rs
eframe web: Better panic handling (
#2942
)
2023-04-21 08:33:01 +02:00
main.rs
Set a default icon for all eframe apps: a white
e
on black background (
#2996
)
2023-05-17 16:23:32 +02:00
web.rs
Cleanup ahead of release
2023-05-23 19:53:32 +02:00
wrap_app.rs
Now App::update will be responsabile for what viewport will be drawned and its content
2023-07-25 10:54:31 +03:00