niri/niri-visual-tests
Ivan Molodetskikh 73cc0079d6 Split update_render_elements() from advance_animations()
advance_animations() is called from places like input, whereas
update_render_elements() is strictly for rendering.
2024-05-04 11:10:02 +04:00
..
resources Add niri-visual-tests 2024-02-06 09:40:45 +04:00
src Split update_render_elements() from advance_animations() 2024-05-04 11:10:02 +04:00
Cargo.toml Bump version to 0.1.5 2024-04-20 16:55:39 +04:00
README.md Add niri-visual-tests 2024-02-06 09:40:45 +04:00

niri-visual-tests

Note

This is a development-only app, you shouldn't package it.

This app contains a number of hard-coded test scenarios for visual inspection. It uses the real niri layout and rendering code, but with mock windows instead of Wayland clients. The idea is to go through the test scenarios and check that everything looks right.

Running

You will need recent GTK and libadwaita. Then, cargo run.