

Pulsating Grid in Skia
While I was browsing through codepen, I came across a pulsating grid animation that I found quite interesting. I decided to recreate it using Skia, and the result turned out to be quite impressive.
*well, not everything, but a solid list of things I've built, done, and published over the years
While I was browsing through codepen, I came across a pulsating grid animation that I found quite interesting. I decided to recreate it using Skia, and the result turned out to be quite impressive.
I initially explored using BlurHash in Skia but discovered a more efficient alternative called ThumbHash. It was created by Evan Wallace, the co-founder of Figma (who also developed esbuild).
I’ve implemented ThumbHash in a Skia-based image component, and it works great. However, Skia isn’t a requirement—you can also use it with React Native Image or expo-image for similar results.
I was exploring skia shader and wanted to make a text os concept from @samdape with bayer dithering. I have implemented the same in the skia shader (sksl).
I learnt that accessing dynamically mat4
in skia shader is not possible. So, I had to use loop to access the bayer 4x4 matrix values.
I recently started using Mobbin.com for UI inspiration and found it to be a great resource. However, I was disappointed to find that the Pro features were locked behind a paywall.
I decided to build a Chrome extension that unlocks these features for free.