Fantastic/README.md

19 lines
821 B
Markdown
Raw Permalink Normal View History

2022-05-02 01:21:57 +01:00
# Fantastic
2022-05-02 01:16:30 +01:00
2022-07-05 03:02:38 +01:00
![plugin_demo](./assets/ui.png)
2022-05-28 02:03:22 +01:00
2022-05-02 01:21:57 +01:00
Steam Deck fan controls.
2022-05-02 01:16:30 +01:00
This plugin is a bit special because it doesn't use the standard Python back-end.
Instead, it uses [USDPL](https://github.com/NGnius/usdpl-rs) written in Rust.
This means Fantastic needs a compiled binary to work correctly, which is not included in this repository.
If you run `./build.sh` from the `backend-rs` directory on a Linux system with `cargo` installed, the binary will be built for you.
2022-05-28 02:03:22 +01:00
This is generated from the template plugin for the [SteamOS Plugin Loader](https://github.com/SteamDeckHomebrew/decky-plugin-template).
Once Plugin Loader is installed, you can get this plugin from the [plugin store](https://plugins.deckbrew.xyz/) (that shopping basket at the top of the plugin menu).
2022-05-02 01:16:30 +01:00
## License
2022-05-02 01:21:57 +01:00
This is licensed under GNU GPLv3.