rsblox

Minimalistic Game Launcher for Roblox

Stars
1
Committers
1

rsblox

Minimalistic Game Launcher for Roblox

[!WARNING]

Currently, you can sign in only with cookie

In plans, add signing in using Quick Login

Why

  1. Roblox Website is bloated: analytics, metrics, useless HTTP requests, etc.
  2. Old design (lets be honest, it sucks)
  3. I wanted to practice with my Rust/Svelte skills
  4. Because I can™ 🕺

Why rsblox

Rust + Roblox = rsblox

Install from Github Releases

  1. go to releases
  2. download installer/package for your system
  3. install
  4. PROFIT

Build Yourself™

  1. get rust, nodejs
  2. setup tauri environment
  3. install tauri-cli
    cargo install tauri-cli
    
  4. build it (see more)
    cargo tauri build
    
  5. do push-ups while building executable 💪💪💪
  6. run it!

TODOs

Moved to Project

Contributing

  1. Read CONTRIBUTING.md
  2. Fork it
  3. Clone it
  4. Do some work
  5. Commit
  6. Push it and submit PR

TODOs

Moved to Project

Credits

  • roboat – A high performance interface for the Roblox REST API (p.s. no more as dependency, but i copied some parts from it)