slint/api/sixtyfps-rs
2020-09-02 18:57:24 +02:00
..
sixtyfps-build Qt style support for the rust backend 2020-09-01 12:25:11 +02:00
sixtyfps-rs-macro Add support for children insertion points for components 2020-08-28 15:05:21 +02:00
build.rs Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
Cargo.toml Move the Qt style to a new backend: the Qt backend 2020-08-31 17:26:04 +02:00
compile_fail_tests.rs Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
docs Make sure the langref doc can be opened if the package is on crates.io 2020-08-25 14:42:18 +02:00
lib.rs Documents the elements 2020-09-02 18:57:24 +02:00
README.md Link to the self-hosted rust online docs 2020-08-26 18:57:02 +02:00
repeater.rs Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
sixtyfps-docs-integration.html Attempt to render the documentation example. 2020-08-27 19:34:17 +02:00

SixtyFPS-rs

A Rust UI toolkit

SixtyFPS is a UI toolkit that supports different programming languages. SixtyFPS-rs is the Rust API to interact with a SixtyFPS UI design from Rust.

The complete Rust documentation can be viewed online at https://www.sixtyfps.io/docs/rust/sixtyfps/.

Getting Started

You can quickly try out the examples by cloning this repo and running the following command:

# Runs the "printerdemo" example
cargo run --example printerdemo