moledoc / stand

`stand` is a visual aid program to unobrusively notify you to stand up (and exercise) during workday.

Repository from Github https://github.commoledoc/standRepository from Github https://github.commoledoc/stand

stand

stand is a visual aid program to unobrusively notify you to stand up (and exercise) during workday.

Dependencies

raylib - what an awesome project!!!

I'm using specific version. So for example if you clone and cd to the root of this project, then

wget https://github.com/raysan5/raylib/releases/download/5.0/raylib-5.0_linux_amd64.tar.gz
tar -xvzf ./raylib-5.0_linux_amd64.tar.gz
rm ./raylib-5.0_linux_amd64.tar.gz

Running the program

To compile and run the program

cc -Wall -Wpedantic -o stand stand.c -I./raylib-5.0_linux_amd64/include -L./raylib-5.0_linux_amd64/lib -l:libraylib.a -lm
./stand

Author

Meelis Utt

About

`stand` is a visual aid program to unobrusively notify you to stand up (and exercise) during workday.

License:MIT License


Languages

Language:C 100.0%