Skip to content

idkncc/rsblox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

262b309 · Sep 11, 2024

History

90 Commits
Jul 25, 2024
Jul 16, 2024
Sep 9, 2024
Sep 11, 2024
Sep 11, 2024
Jul 23, 2024
Jul 23, 2024
Jul 23, 2024
Sep 9, 2024
Sep 2, 2024
Sep 8, 2024
Sep 11, 2024
Sep 10, 2024
Jul 16, 2024
Sep 9, 2024
Sep 8, 2024
Jul 23, 2024
Jul 23, 2024

Repository files navigation

rsblox

Minimalistic Game Launcher for Roblox

Screenshot

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)