A dynamic wallpaper software build with tauri.
This project has two parts, core and GUI.
Build solution with MSVC, you'll get a dynamic library.
GUI is build with tauri and vite+vue, using pnpm as package manager.
-
Install node packages.
pnpm install
-
Build project
pnpm tauri build --no-bundle
Copy libracy and place in the same directory with executable file.
See Release
Welcome Issues and PRs!!!
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.