- Get stack
- on debian these additional packages are needed:
sudo apt install pkg-config libcairo2-dev libpango1.0-dev libpangocairo-1.0-0 libgtk-3-dev
- Run
stack build
-
Run
stack exec -- yagbe-exeto see "We're inside the application!" -
With
stack exec -- yagbe-exe --verboseyou will see the same message, with more logging. -
current fps are printed to stdout
-
keybindings:
- q: quit
- x: switch between tilemap and tilebuffer
- f and g: increase and decrease window size
- t and r: switch between different color palettes
stack test