1
0 Comments

Learn the basics of WebGL

I've been kicking this rock down the road for far too long and this week I finally took some time to sit down and try to wrap my brain around WebGL.

Currently all Doka animations are handled with CSS 3D transforms. This is super fast as the view is almost never redrawn and everything is handled by the GPU (composition only). Turns out this doesn't work great (~40 FPS) on Chrome when browsing on a high-res retina Macbook.

Running the whole image preview layer on the GPU would allow faster effects and would fix the above problem. So, bit the bullet, replaced the view layer, and my brain is finally starting to "get" WebGL. I'm now finishing up the new release and ironing out the final couple of bugs, the results are very promising so far.

Trending on Indie Hackers
Getting first 908 Paid Signups by Spending $353 ONLY. 25 comments I talked to 8 SaaS founders, these are the most common SaaS tools they use 20 comments What are your cold outreach conversion rates? Top 3 Metrics And Benchmarks To Track 19 comments How I Sourced 60% of Customers From Linkedin, Organically 12 comments Hero Section Copywriting Framework that Converts 3x 12 comments Promptzone - first-of-its-kind social media platform dedicated to all things AI. 8 comments