diff --git a/examples/lights/README.md b/examples/lights/README.md new file mode 100644 index 0000000000000000000000000000000000000000..f6e3662b4b2a8234b61dbf222c9576eb665959c1 --- /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