2
0

Тайлбар байхгүй

Alexey Kutepov 4631d354cf Merge pull request #50 from tsoding/48-gl-lazy-loading 4 өдөр өмнө
.github 4edc77d9e6 Try to fix at least Linux builds 4 өдөр өмнө
assets ad62c7ac1d Introduce a structure to the project 4 өдөр өмнө
docs 4d71fae335 add `-e` option documentation 3 жил өмнө
src 4b98731dd0 Slop together rudimentary lazy loading of OpenGL functions 4 өдөр өмнө
thirdparty ad62c7ac1d Introduce a structure to the project 4 өдөр өмнө
.gitignore c7109445b3 .gitignore the build/ folder 4 өдөр өмнө
LICENSE c69e5d63f9 Include Sowon Contributors to the LICENSE 3 жил өмнө
Makefile 4b98731dd0 Slop together rudimentary lazy loading of OpenGL functions 4 өдөр өмнө
README.md ad62c7ac1d Introduce a structure to the project 4 өдөр өмнө
build_msvc.bat 24a475aa84 Try to fix msvc build 4 өдөр өмнө
demo.gif 010ff715ae Update demo.gif 4 жил өмнө

README.md

Build Status

Sowon

demo

Build

Dependencies: SDL2

Debian

$ sudo apt-get install libsdl2-dev
$ make
$ ./sowon

MacOS

$ brew install sdl2 pkg-config
$ make
$ ./sowon

Windows

Visual Studio

Usage

Modes

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

Flags

  • Start in paused state: ./sowon -p <mode>
  • Exit sowon after countdown finished: ./sowon -e

Key bindings

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