xilem/masonry/examples
Olivier FAURE df3107e1d4
Add screenshots to documentation (#832)
Create include_screenshot macro
2025-01-23 18:21:53 +00:00
..
assets Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00
screenshots Add screenshots to documentation (#832) 2025-01-23 18:21:53 +00:00
snapshots Add tests to Masonry's examples (#844) 2025-01-22 11:18:29 +00:00
calc_masonry.rs Add screenshots to documentation (#832) 2025-01-23 18:21:53 +00:00
custom_widget.rs Add screenshots to documentation (#832) 2025-01-23 18:21:53 +00:00
grid_masonry.rs Add screenshots to documentation (#832) 2025-01-23 18:21:53 +00:00
hello_masonry.rs Consistently use `FontWeight` as the name (#778) 2024-12-09 10:10:11 +00:00
readme.md Add screenshots to documentation (#832) 2025-01-23 18:21:53 +00:00
simple_image.rs Add screenshots to documentation (#832) 2025-01-23 18:21:53 +00:00
to_do_list.rs Add screenshots to documentation (#832) 2025-01-23 18:21:53 +00:00
two_textboxes.rs Unify Prose and Textbox with an underlying `TextRegion` (#754) 2024-11-21 14:35:01 +00:00

readme.md

Masonry examples

hello_masonry

Simples possible Masonry app.

two_textboxes

Example used to test text input and text focus.

calc_masonry

Calculator app.

to_do_list

To-do list app.

custom_widget

Static render showing off Vello's capabilities.

grid_masonry

Demonstration of the grid layout.

simple_image

Simple image example.