Coding a digital clock in C using raylib. We render our own display, use triangle strips to generate the segment shapes, use Standard C's built-in time handling, and combine it all into a neat 7-segment display consisting of an hour, minutes, and seconds.
make build
make run
make clean