mirror of https://github.com/linebender/xilem
![]() 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. |
||
---|---|---|
.. | ||
assets | ||
screenshots | ||
snapshots | ||
calc_masonry.rs | ||
custom_widget.rs | ||
grid_masonry.rs | ||
hello_masonry.rs | ||
readme.md | ||
simple_image.rs | ||
to_do_list.rs | ||
two_textboxes.rs | ||
virtual_fizzbuzz.rs |
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.