slint/examples
Olivier Goffart a36cb2d9b4 Layout: add a padding shorthand property
Also fix a bug in the C++ code generator where two layout have padding
in the same component
2020-09-01 13:29:13 +02:00
..
cpptest Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
gallery Layout: add a padding shorthand property 2020-09-01 13:29:13 +02:00
nodetest Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
printerdemo Native style works with C++ 2020-09-01 12:25:11 +02:00
rusttest Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
rusttest2 Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
README.md Added a new central README for the examples 2020-08-18 15:42:23 +02:00

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