slint/examples
Simon Hausmann 7ca8cf7cdd Change the color scheme of the printer demo a little
To adjust for better contrast in the style changes
2020-09-02 09:25:39 +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 Change the color scheme of the printer demo a little 2020-09-02 09:25:39 +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