441 B
441 B
Build
For MacOS:
make
For other platforms modify flags in the Makefile.
FPS
Cap FPS:
make DFLAGS="-D FPS=30"
Display FPS:
make DFLAGS="-D ENABLE_FPS=1"
Embed Fonts
xxd -i iosevka-bold.ttf > iosevka_bold.h
make DFLAGS="-D EMBED_FONTS=1"
Run
./pingpong