Tauri Chess App
May 27, 2025 ยท View on GitHub
Experiment with tauri passing data from rust to javascript, by creating a chess app where all of the logic is done in Rust and just the frontend is done in TypeScript React.
Getting Started
Check prerequisites:
git clone https://github.com/jamessizeland/tauri-chess.gitcd tauri-chessbun installbun run tauri dev
UI Basics

Moves

Turns

Checking

Special Moves
Enpassant, Promoting & Castling

Mobile Support
Set up to run on Android too.
bun run tauri android dev
