Go to file
cast1e 9a44550e2e Add README 2024-10-17 22:47:05 +08:00
wallitor-core single instance & bug fixes 2024-10-17 22:13:22 +08:00
wallitor-gui Add README 2024-10-17 22:47:05 +08:00
README.md Add README 2024-10-17 22:47:05 +08:00

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.

  1. Install node packages.

    pnpm install 
    
  2. 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.