A prototype desktop application featuring an interactive, hardware-accelerated liquid shader UI. Built with Tauri, React, and WebGL.
- Fully transparent, frameless Tauri window
- GPU-accelerated liquid physics simulation (metaballs) using WebGL
- Magnetic cursor interactions with spring physics
- Hue rotation controls to customize the color palette of the entire application
- Minimal footprint Rust backend
To run the app locally, ensure you have Node.js and Rust installed.
# Install dependencies
npm install
# Start the development server and Tauri app
npm run tauri dev# Build the production executable
npm run tauri build