|
|
||
|---|---|---|
| wallitor-core | ||
| wallitor-gui | ||
| README.md | ||
README.md
Wallitor
A dynamic wallpaper software build with tauri.
Setup
This project has two parts, core and GUI.
Core
Build solution with MSVC, you'll get a dynamic library.
GUI
GUI is build with tauri and vite+vue, using pnpm as package manager.
-
Install node packages.
pnpm install -
Build project
pnpm tauri build
Combination
Copy libracy and place in the same directory with executable file.
Releases
See Release
Contributions
Welcome Issues and PRs!
Acknowledgement
Wallitor was based on these projects:
- tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web frontend.
- vitejs/vite: Next generation frontend tooling. It's fast!
- vuejs/vue: Vue is a progressive framework for building user interfaces.