Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhanglun/pavo
a mini desktop wallpaper application
https://github.com/zhanglun/pavo
Last synced: 4 days ago
JSON representation
a mini desktop wallpaper application
- Host: GitHub
- URL: https://github.com/zhanglun/pavo
- Owner: zhanglun
- License: mit
- Created: 2023-01-15T11:13:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T12:58:27.000Z (14 days ago)
- Last Synced: 2024-10-27T14:30:37.895Z (14 days ago)
- Language: Rust
- Homepage:
- Size: 4.38 MB
- Stars: 37
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Pavo - Cross-platform desktop wallpaper application. (Applications / Utilities)
README
Pavo
A wallpaper application.
## Screenshot
## How to develop
### install dependencies
```shell
rustup upgradecargo install tauri-cli
cargo install trunkrustup target add wasm32-unknown-unknown
```### start dev server
```shell
cargo tauri dev
```