

I’m still experimenting with shaders and I’ve created a couple of nice loaders. Do you think that WebGL shaders were created for something else? Maybe you’re right… but it’s easy to create interesting effects with them.
See the Pen Loader (WebGL shader) by Ivan Bogachev (@sfi0zy) on CodePen.
This is an experiment and I think we shouldn’t do it in production. The performance is very bad, especially on mobile devices. It’s better to use SVG here.
See the Pen Loader (WebGL shader 2) by Ivan Bogachev (@sfi0zy) on CodePen.