|
4 days ago | |
---|---|---|
.github | 4 days ago | |
assets | 4 days ago | |
docs | 3 years ago | |
src | 4 days ago | |
thirdparty | 4 days ago | |
.gitignore | 4 days ago | |
LICENSE | 3 years ago | |
Makefile | 4 days ago | |
README.md | 4 days ago | |
build_msvc.bat | 4 days ago | |
demo.gif | 4 years ago |
Dependencies: SDL2
$ sudo apt-get install libsdl2-dev
$ make
$ ./sowon
$ brew install sdl2 pkg-config
$ make
$ ./sowon
vcvarsall.bat
and run vcvarsall.bat x64
inside of cmdDownload SDL2 VC Development Libraries and copy it to path\to\sowon
> 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
./sowon
./sowon <seconds>
./sowon clock
./sowon -p <mode>
./sowon -e
Key | Description |
---|---|
SPACE | Toggle pause |
= | Zoom in |
- | Zoom out |
0 | Zoom 100% |
F5 | Restart |
F11 | Fullscreen |