t0ster30 / SDL2AnalogClock

A simple analog clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL2AnalogClock

A simple analog clock made using SDL2

Requirements

  • GCC (compiler)
  • SDL2 (library used for window and graphics manipulation)
  • GNU Make (compilation)

Installing

  • Clone this repository
  • Open command line
  • Run make all (make sure you have GNU Make installed)
  • Run ./AnalogClock

About

A simple analog clock


Languages

Language:C 97.2%Language:Makefile 2.8%