slint/api/sixtyfps-rs
Simon Hausmann ccce46748f Remove trailing slash from docs symlink
Windows git seems to like that better
2020-09-07 11:22:55 +02:00
..
sixtyfps-build Propagate warnings to the end of the compilation step and print them 2020-09-04 20:34:20 +02:00
sixtyfps-rs-macro More fix for windows, make sure that slashes are escaped in the sixtyfps macro 2020-09-05 18:34:04 +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 Remove trailing slash from docs symlink 2020-09-07 11:22:55 +02:00
lib.rs Some doc changes 2020-09-03 16:57:48 +02:00
README.md Simplify markdown links to C++/Rust docs 2020-09-03 17:35:07 +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 Include the example preview also in the C++ documentation 2020-09-04 11:44:08 +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