From b3b6c1c0421e7e29d794db3d9f9fbbc225c2a97c Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sat, 31 Mar 2018 21:54:06 +0200 Subject: [PATCH] Added keyboard controls to pixelnuke readme. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d826ea..d80e6bb 100755 --- a/README.md +++ b/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. -#### `/pixelflut` (python server) +### `/pixelflut` (python server) 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 ./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. Even more implementations