mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
![]() Also fix a bug in the C++ code generator where two layout have padding in the same component |
||
---|---|---|
.. | ||
cpptest | ||
gallery | ||
nodetest | ||
printerdemo | ||
rusttest | ||
rusttest2 | ||
README.md |
Examples
These examples demonstrate the main features of SixtyFPS and how to use them in different language environments.
Example | Source File | .60 Design |
Description |
---|---|---|---|
cpptest |
main.cpp |
hello.60 |
A minimal example to show a .60 design in a window. |
rusttest2 |
main.rs |
hello.60 |
A minimal example to show a .60 design in a window. |
Demo | .60 Design |
Rust Source | C++ Source | Description |
---|---|---|---|---|
printerdemo |
ui.60 |
main.rs |
main.cpp |
A fictional user interface for the touch screen of a printer |
gallery |
gallery.60 |
main.rs |
main.cpp |
A gallery of different widgets |