mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 04:45:13 +00:00
.. | ||
sixtyfps-build | ||
sixtyfps-rs-macro | ||
build.rs | ||
Cargo.toml | ||
compile_fail_tests.rs | ||
lib.rs | ||
README.md | ||
repeater.rs |
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