Y
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
rwinn
4604 days ago
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 ;)
link
delta1
4604 days ago
It appears to be canvas with WebGL I believe.
link