Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 915 Bytes

File metadata and controls

24 lines (18 loc) · 915 Bytes

image Tibia Timer image

Tibia Timer is a simple cross-platform timer application written in Rust with a Slint UI, designed specifically for the game Tibia (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 and download executable for your OS.

How to Build

sudo apt update && sudo apt install libsdl2-dev
git clone https://github.com/wiese-m/tibia-timer.git
cd tibia-timer/
cargo build --release

Preview:

image