mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00

Use the reuse tool to get a better grip on licenses used in sixtyfps. Fix a couple of licenses along the way. * Uses creative commons for our own logo (commercial use!) * Fixes some license information found in README files and documents them with proper .license files. * Document Apache/MIT for helper_crates/const-field-offset which matches what its documentaion site says it uses. * Add a list of licenses that apply to crates we publish and the tooling we have. This patch only adds static information and does not contain any tooling support.
22 lines
826 B
Markdown
22 lines
826 B
Markdown
# SixtyFPS Bash example
|
|
|
|
This shows how to use [`sixtyfps-viewer`](../../tools/viewer) to display dialog from a bash script.
|
|
|
|
This assume that the `sixtyfps-viewer` tool is in patch. This can be achieved with cargo install.
|
|
(use the `--path tools/viewer` option to install it from the current repository.)
|
|
|
|
```bash
|
|
cargo install sixtyfps-viewer
|
|
```
|
|
|
|
The examples also assume that [`jq`](https://stedolan.github.io/jq/) is in the path
|
|
|
|
* `simple_input.sh`: shows how to query a few parameter with bash
|
|
* `sysinfo_linux.sh`/`sysinfo_macos.sh`: show how to display the result of bash commands.
|
|
|
|
|
|
## Attributions
|
|
|
|
The `laptop.svg` icon is `emoji_u1f4bb.svg` from the Noto Emoji font from
|
|
https://github.com/googlefonts/noto-emoji
|
|
and licensed under the terms of the SIL Open Font License, version 1.1; copyright Google Inc.
|