egui/tests
Lucas Meurer 501905b60d
Add tests for layout and visuals of most egui widgets (#6752)
This is mostly in preparation for #5830 where I want to ensure that I
don't introduce any regressions
2025-04-16 18:58:58 +02:00
..
egui_tests Add tests for layout and visuals of most egui widgets (#6752) 2025-04-16 18:58:58 +02:00
test_egui_extras_compilation Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +01:00
test_inline_glow_paint Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +01:00
test_size_pass Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +01:00
test_ui_stack Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +01:00
test_viewports ⚠️ Rename `Rounding` to `CornerRadius` (#5673) 2025-02-04 12:53:18 +01:00
README.md Move test crates to own folder (#4554) 2024-05-27 21:28:33 +02:00

README.md

Test apps

Some application to tests various parts of egui and eframe.

At some point it would be nice to have automatic screenshot regression tests for these.