Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idkncc/rsblox
Minimalistic Game Launcher for Roblox
https://github.com/idkncc/rsblox
game-launcher minimalistic roblox roblox-launcher rsblox rust tauri
Last synced: 26 days ago
JSON representation
Minimalistic Game Launcher for Roblox
- Host: GitHub
- URL: https://github.com/idkncc/rsblox
- Owner: idkncc
- Created: 2024-07-16T19:14:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T12:56:54.000Z (4 months ago)
- Last Synced: 2024-10-29T20:06:09.188Z (2 months ago)
- Topics: game-launcher, minimalistic, roblox, roblox-launcher, rsblox, rust, tauri
- Language: Rust
- Homepage:
- Size: 5.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# rsblox
Minimalistic Game Launcher for Roblox
![Screenshot](docs/screenshot.png)
> [!WARNING]
>
> Currently, you can sign in only with cookie
>
> In plans, add signing in using [Quick Login](https://en.help.roblox.com/hc/en-us/articles/360056582012-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](https://github.com/idkncc/rsblox/releases)
2. download installer/package for your system
3. install
4. PROFIT## Build Yourselfโข
1. get rust, nodejs
2. setup [tauri environment](https://tauri.app/v1/guides/getting-started/prerequisites)
3. install `tauri-cli`
```shell
cargo install tauri-cli
```
4. build it [(see more)](https://tauri.app/v1/guides/building/)
```shell
cargo tauri build
```
5. do push-ups while building executable ๐ช๐ช๐ช
6. run it!## TODOs
[Moved to Project](https://github.com/orgs/idkncc/projects/1/views/1)## Contributing
1. Read [`CONTRIBUTING.md`](CONTRIBUTING.md)
2. Fork it
3. Clone it
4. Do some work
5. Commit
6. Push it and submit PR## TODOs
[Moved to Project](https://github.com/orgs/idkncc/projects/1/views/1)## Credits
- [roboat](https://github.com/fekie/roboat) โ A high performance interface for the Roblox REST API _(p.s. no more as dependency, but i copied some parts from it)_