Added keyboard controls to pixelnuke readme.
This commit is contained in:
parent
c3171ab76d
commit
b3b6c1c042
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -27,7 +27,7 @@ Server Implementations
|
||||||
|
|
||||||
This repository contains multiple implementations of the pixelflut protocol. Pull requests for additional implementations or improvements are always welcomed.
|
This repository contains multiple implementations of the pixelflut protocol. Pull requests for additional implementations or improvements are always welcomed.
|
||||||
|
|
||||||
#### `/pixelflut` (python server)
|
### `/pixelflut` (python server)
|
||||||
|
|
||||||
Server written in Python, based on gevent and pygame. Easy to hack with, but a bit slow.
|
Server written in Python, based on gevent and pygame. Easy to hack with, but a bit slow.
|
||||||
|
|
||||||
|
|
@ -54,6 +54,14 @@ Server written in C, based on libevent2, OpenGL, GLFW and pthreads. It won't get
|
||||||
make
|
make
|
||||||
./pixelnuke
|
./pixelnuke
|
||||||
|
|
||||||
|
Keyboard controls:
|
||||||
|
|
||||||
|
* `F11`: Toggle between fullscreen and windowed mode
|
||||||
|
* `F12`: Switch between multiple monitors in fullscreen mode
|
||||||
|
* `c`: Clear the screen (50% black, hit multiple times)
|
||||||
|
* `q` or `ESC`: Quit
|
||||||
|
|
||||||
|
|
||||||
Pull requests that improve performance or portability (e.g. Windows or RasPI) are always welcomed.
|
Pull requests that improve performance or portability (e.g. Windows or RasPI) are always welcomed.
|
||||||
|
|
||||||
Even more implementations
|
Even more implementations
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue