Skip to content

mihir262/digital-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digital Clock (C + raylib)

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 Commands

make build
make run
make clean

About

A digital clock built in C with raylib, featuring a custom 7-segment renderer made from triangle strips and real-time updates using the C standard time library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors