xilem/masonry/examples
Olivier FAURE fad997afa5
Add Properties to Button (#892)
Depends on #904.

Add BackgroundColor, BorderColor, BorderWidth, CornerRadius and Padding
properties.
Modularize button painting code.
Paint border after background to get slightly better border appearance.
Update screenshots.
Add screenshot test using properties.
2025-03-29 09:43:22 +00:00
..
assets Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00
screenshots Add Properties to Button (#892) 2025-03-29 09:43:22 +00:00
snapshots Add tests to Masonry's examples (#844) 2025-01-22 11:18:29 +00:00
calc_masonry.rs Add arbitrary properties to widgets (#873) 2025-03-06 11:32:06 +00:00
custom_widget.rs Update to parley 0.3 (#883) 2025-03-10 17:43:42 +00:00
grid_masonry.rs Reorganize Masonry modules (#848) 2025-01-24 11:24:31 +00:00
hello_masonry.rs Reorganize Masonry modules (#848) 2025-01-24 11:24:31 +00:00
readme.md Add screenshots to documentation (#832) 2025-01-23 18:21:53 +00:00
simple_image.rs Reorganize Masonry modules (#848) 2025-01-24 11:24:31 +00:00
to_do_list.rs Reorganize Masonry modules (#848) 2025-01-24 11:24:31 +00:00
two_textboxes.rs Reorganize Masonry modules (#848) 2025-01-24 11:24:31 +00:00
virtual_fizzbuzz.rs Virtual Scrolling Widget (#882) 2025-03-28 09:48:00 +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.