https://github.com/timelessnesses/tetr.io-tauri
A tetr.io built with tauri (Not official build) (Consume less resource)
https://github.com/timelessnesses/tetr.io-tauri
Last synced: about 2 months ago
JSON representation
A tetr.io built with tauri (Not official build) (Consume less resource)
- Host: GitHub
- URL: https://github.com/timelessnesses/tetr.io-tauri
- Owner: timelessnesses
- Created: 2022-05-14T08:54:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T19:32:42.000Z (about 4 years ago)
- Last Synced: 2025-01-01T15:42:49.118Z (over 1 year ago)
- Language: Rust
- Size: 986 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TETR.IO but it is built in tauri
This is tetr.io but it is built in tauri for lower CPU/memory usage. (Not official binary just for educational purposes and make my life easier)
Cosinder install official binary from tetr.io
Not supported tetr.io plus and never be added
## Pros and cons
### Pro
- It consume less resource
- Smaller binary size
### Con
- It is somehow very laggy in tetr.io for some reasons
## Benchmark
- Electron

- Edge

- Tauri

## How to get a binary
You likely need to download them from github [release page](https://github.com/timelessnesses/tetr.io-tauri/releases) or [build one yourself](#build)
## Build
Install node.js and follow this guide of [how to setup tauri build with your os](https://tauri.studio/v1/guides/getting-started/prerequisites) then run this command:
```bash
$ npm install
```
Then run this command:
```bash
$ npx tauri build
```
It should spit binary src-tauri/target/release/tetr-io-tauri.exe