WebGL makes it possible to render GPU-accelerated 3D graphics on the web. Learn the basics of 3D theory and rendering pipelines for complex graphics and animations
🔗 Resources
WebGL https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API
Rendering Pipeline https://duriansoftware.com/joe/an-intro-to-modern-opengl.-chapter-1:-the-graphics-pipeline
Three.js https://threejs.org/
Spline https://spline.design
#webgl #developer