sixtyfps 0.0.1

SixtyFPS Rust API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SixtyFPS-rs

**A Rust UI toolkit**

[SixtyFPS](https://www.sixtyfps.io/) 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](/examples) by cloning this repo and running the following command:

```sh
# Runs the "printerdemo" example
cargo run --example printerdemo
```