torrottum / diibmu

A visual timer app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diibmu

noun hour; clock.

A visual countdown timer built using raylib.

Building for Linux and X11

TODO: implement the Makefile from the raylib starter game for cross platform and wayland support. I just didn't want to deal with it for now. You probably need to adjust the LDFLAGS if raylib is not installed system wide.

Use make:

# build
$ make

# build and run
$ make run

# clean up
$ make clean

About

A visual timer app


Languages

Language:C 94.2%Language:Makefile 5.8%