After watching Keenan Crane excellent video series on computer graphics, I decided to try to develop a really quick quad light illumination shader in ShaderToy.
This is a very basic illumination computing only the diffuse illumination using the ratio of the projected quad area over the hemisphere area. Basic, but efficient.
See the shader in action here.