This website requires JavaScript.
Explore
Help
Sign In
djkato
/
egui
Watch
1
Star
0
Fork
You've already forked egui
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
51052c08e9
egui
/
egui_demo_app
/
src
History
Emil Ernerfeldt
51052c08e9
code cleanup:
Pos2::new
->
pos2
,
Vec2::new
->
vec2
2022-07-29 14:34:26 +02:00
..
apps
egui-wgpu: correctly handle viewport rectangle for callbacks
2022-07-29 00:06:08 +02:00
backend_panel.rs
code cleanup:
Pos2::new
->
pos2
,
Vec2::new
->
vec2
2022-07-29 14:34:26 +02:00
frame_history.rs
Replace
TODO:
with
TODO(emilk):
and update code guidelines
2022-05-21 16:53:25 +02:00
lib.rs
Enable and fix a bunch more lints
2022-07-11 23:08:48 +02:00
main.rs
Make egui_demo_app native window size larger by default
2022-07-29 11:14:37 +02:00
wrap_app.rs
Layout::left_to_right/right_to_left
now takes the valign as argument
2022-07-22 11:02:26 +02:00