slint/api/sixtyfps-rs
2020-08-20 15:51:38 +02:00
..
sixtyfps-build Commit correct license tags to Cargo.toml 2020-08-18 10:12:59 +02:00
sixtyfps-rs-macro Some improvements to the Rust API crate documentation 2020-08-20 10:05:52 +02:00
build.rs Some improvements to the Rust API crate documentation 2020-08-20 10:05:52 +02:00
Cargo.toml Some improvements to the Rust API crate documentation 2020-08-20 10:05:52 +02:00
compile_fail_tests.rs Apply license headers to all non-binary/non-json sources 2020-08-17 17:55:20 +02:00
lib.rs Table'ify the types in the language reference 2020-08-20 15:51:38 +02:00
README.md Added a boilerplate for the Rust API 2020-08-18 15:07:35 +02:00
repeater.rs Apply license headers to all non-binary/non-json sources 2020-08-17 17:55:20 +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 toolkit from Rust.

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