Getting Started¶
Using Slint in your projects needs two components:
.slint
files, which contain a textual description of the user interface, written in the Slint language.The programming language of the project where you embed the
.slint
files.Slint supports C++, Rust, and JavaScript.
There are three different pathways to get started with Slint:
SlintPad - Use this browser-based tool to get a feel for the Slint language.
As a UI Designer, working with Slint files locally, we recommend the following combination of software tools:
As a Software Developer, integrating Slint into a new or existing code base, follow the quickstart and then for more in-depth next steps read the language-specific documentation: