Skip to content
forked from tsoding/sowon

Starting Soon Timer for Tsoding Streams

License

Notifications You must be signed in to change notification settings

JonasFocke01/sowon

 
 

Repository files navigation

Build Status

Sowon

demo

Build

Dependencies: SDL2

Debian

$ sudo apt-get install libsdl2-dev
$ make

MacOS

$ brew install sdl2 pkg-config
$ make

Windows

Visual Studio

> cd path\to\sowon
> tar -xf SDL2-devel-2.0.12-VC.zip
> move SDL2-2.0.12 SDL2
> del SDL2-devel-2.0.12-VC.zip
> build_msvc

Usage

Modes

  • Ascending mode: ./sowon
  • Descending mode: ./sowon <seconds>
  • Clock Mode: ./sowon clock

Flags

  • Start in paused state: ./sowon -p <mode>

Key bindings

Key Description
SPACE Toggle pause
= Zoom in
- Zoom out
0 Zoom 100%
F5 Restart
F11 Fullscreen

About

Starting Soon Timer for Tsoding Streams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.6%
  • C 5.0%
  • Other 0.4%