slint/api/sixtyfps-rs
Simon Hausmann 0e10008c47 Use ".60" design markup consistently
It's a mark up language that targets the design, not say the business logic.
2020-08-21 13:59:30 +02:00
..
sixtyfps-build Commit correct license tags to Cargo.toml 2020-08-18 10:12:59 +02:00
sixtyfps-rs-macro Use ".60" design markup consistently 2020-08-21 13:59:30 +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 Use ".60" design markup consistently 2020-08-21 13:59:30 +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