Skip to content

nypava/mirae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirae

Simple timer/stopwatch written in zig and raylib

preview.mp4

Build

zig build 

Build and run

zig build run

Install

zig build --prefix <location>

location: location where the binary intend to be installed (for example ~/.local or /usr with sudo privilage)

Usage

Usage: 
 mirae [time] [unit] [options]

Time formats
 mirae HH:MM:SS          set timer using full format
 mirae HH:MM h           set timer in hour and minute
 mirae MM:SS [m]         set timer in minute and second
 mirae <value> [s|m|h]   set timer with unit (second, minute, hour) 

Stopwatch Mode
 mirae                   if no <time> is provided, mirae runs as stop watch mode

Options
 -a, --alarm     play alarm sound when time is up 
 -w, --warning   color change to blinking on finale time
 -h, --help      Show this help message

Controls

r -- restart
w -- show warning
<space> or p -- pause
+ and - -- scale up and scale down

About

Simple timer/stopwatch written in zig and raylib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages