DEV Community

rderik
rderik

Posted on

Building a text-based clock using Swift

If you are looking for a fun project to get into command-line tools development, I think you'll enjoy this article:

https://rderik.com/blog/building-a-text-based-application-using-swift-and-ncurses/

It uses the C ncurses(3) library via SwiftCursesTerm to create a clock modelled as a 7-segment display.

text-based clock application

I hope you like it.

Top comments (0)