changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/ui/readme.txt

changeset 698: 96958d3eb5b0
parent: 2a4f11c0e8c8
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 Slint UI by SixtyFPS is our preferred frontend for Rust.
2 
3 This crate should focus exclusively on implementing callbacks/aligning
4 the machinery that is compiled from .slint files and exposing them to
5 higher-level crates.
6 
7 Slint files will begin in Lisp and be compiled into a valid Slint UI
8 description as needed.
9 
10 A neat feature of Slint is that it can compile UI definitions at
11 runtime. Something to keep in mind for user extensions. See the
12 'slint_interpreter' crate.
13 
14 https://releases.slint.dev/1.5.1/docs/slint/ - Language Docs
15 
16 https://releases.slint.dev/1.5.1/docs/rust/slint/ - Rust API Docs
17 
18 https://slintpad.com/ - online playground