egui/egui_demo_lib/src/apps/demo
Emil Ernerfeldt 66d80e2519
Texture loading in egui (#1110)
* Move texture allocation into epaint/egui proper
* Add TextureHandle
* egui_glow: cast using bytemuck instead of unsafe code
* Optimize glium painter
* Optimize WebGL
* Add example of loading an image from file
2022-01-15 13:59:52 +01:00
..
app.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
code_editor.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
code_example.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
context_menu.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
dancing_strings.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
demo_app_windows.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
drag_and_drop.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
font_book.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
layout_test.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
misc_demo_window.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
mod.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
multi_touch.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
painting.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
password.rs Update "password" demo (storing widget state) after #836 refactor 2021-10-27 16:40:21 +02:00
plot_demo.rs Texture loading in egui (#1110) 2022-01-15 13:59:52 +01:00
scrolling.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
sliders.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
tests.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
text_edit.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
toggle_switch.rs Add culling of the painting for most widgets 2021-11-01 22:08:23 +01:00
widget_gallery.rs Texture loading in egui (#1110) 2022-01-15 13:59:52 +01:00
window_options.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
window_with_panels.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00