Hacker News new | ask | show | jobs
by nbush 4604 days ago
To be honest, I'm most impressed by the directional lighting simulation in the header. Any hints on how it was done? Mouse position and image opacity?
2 comments

It's done using webgl and additive blending of 3 light sources rendered with maxwell render. (check the console for a list of libraries used ;)
It appears to be canvas with WebGL I believe.