Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)