← BACK TO PROJECTS

RuLauncher

Tauri Rust JavaScript

A lightweight launcher for your games.

Currently being worked on. Release date TBD.

About the Project

I always wanted to build my own launcher to see the process behind building applications for Windows, as this differs from web development. But due to me not wanting to learn a whole new language for this, I decided to use Tauri, which allows building desktop applications using web technologies along with a Rust backend. This project is still in very early stages, because all the features I want to implement do require more work than I thought.

Tech Stack

  • Tauri: Due to my experience in web development, Tauri made the most sense.
  • Rust: Handling game scraping, data processing and API Calls.
  • JavaScript: For building the frontend interface.