slint/api/sixtyfps-rs
2020-10-13 15:10:24 +02:00
..
sixtyfps-build Disable the check for the SIXTYFPS_STYLE env variable on wasm 2020-10-13 09:30:18 +02:00
sixtyfps-macros Rename sixtyfps-rs-macro to sixtyfps-macros 2020-10-13 11:10:26 +02:00
build.rs Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
Cargo.toml Rename sixtyfps-rs-macro to sixtyfps-macros 2020-10-13 11:10:26 +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 Replace wildcard version with the released one for now 2020-10-13 15:10:24 +02:00
README.md Fix typo in README 2020-10-13 14:10:01 +02:00
sixtyfps-docs-integration.html Alternate fix for image loading in docs preview 2020-10-13 09:44:25 +02:00

SixtyFPS-rs

Crates.io Docs.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

The crate documentation shows to be used.

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

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