From 30af7c661253ee7a788d0ca17ab44e7ac1b55f60 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Fri, 14 Apr 2017 22:28:30 +0200
Subject: [PATCH] add lights example readme

---
 examples/lights/README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 examples/lights/README.md

diff --git a/examples/lights/README.md b/examples/lights/README.md
new file mode 100644
index 0000000..f6e3662
--- /dev/null
+++ b/examples/lights/README.md
@@ -0,0 +1,12 @@
+# Lights
+
+This example demonstrates powerful Porter-Duff composition in order to create a nice noisy light
+effect.
+
+**Use W and S keys** to adjust the level of "dust".
+
+The FPS is limited to 30, because the effect is a little expensive and my computer couldn't handle
+60 FPS. If you have a more powerful computer (which is quite likely), peek into the code and disable
+the limit.
+
+Credit for the panda art goes to [Ján Štrba](https://www.artstation.com/artist/janstrba).
\ No newline at end of file
-- 
GitLab