Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiese-m/tibia-timer
Minimalistic Tibia Timer with GUI written in Rust
https://github.com/wiese-m/tibia-timer
fear fishing gui rust slint-ui threading tibia timer
Last synced: 7 days ago
JSON representation
Minimalistic Tibia Timer with GUI written in Rust
- Host: GitHub
- URL: https://github.com/wiese-m/tibia-timer
- Owner: wiese-m
- License: mit
- Created: 2024-09-09T20:53:08.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T23:24:42.000Z (2 months ago)
- Last Synced: 2024-09-15T13:37:47.613Z (2 months ago)
- Topics: fear, fishing, gui, rust, slint-ui, threading, tibia, timer
- Language: Rust
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![image](https://tibiopedia.pl/images/static/monsters/bony_sea_devil.gif) Tibia Timer ![image](https://tibiopedia.pl/images/static/monsters/bony_sea_devil.gif)
Tibia Timer is a simple cross-platform timer application written in Rust with a Slint UI, designed specifically for the game [Tibia](https://www.tibia.com/news/?subtopic=latestnews) (also known as Fear Timer) to track boss/respawn special actions. The timer plays warning and critical sounds repeatedly based on user-defined thresholds.
Go to [releases page](https://github.com/wiese-m/tibia-timer/releases) and download executable for your OS.
## How to Build
```bash
sudo apt update && sudo apt install libsdl2-dev
```
```bash
git clone https://github.com/wiese-m/tibia-timer.git
```
```bash
cd tibia-timer/
```
```bash
cargo build --release
```Preview:
![image](https://github.com/user-attachments/assets/b0ef8615-9710-440c-a9be-ae44c523d645)