WebGL internals

WebGL2(OpenGL ES 3.0) Programming using GLSL Shaders(Vertex and fragment) and Javascript

Ratings: 4.28 / 5.00




Description

This course is a beginner level course for JavaScript developers who want to learn WebGL2.

After learning WebGL, students can pursue a career in Graphics programming or Image Scientist,etc..

I am not going to use any library as it confuses the students when they are beginners, we are going to build our own library and use it for rendering to the canvas.

What You Will Learn!

  • How to write a shader (vertex and fragment) in WebGL2 and execute a program from scratch with only Javascript
  • Textures, Framebuffers, working deeply with vertices and pixels
  • Image processing in GPU and can further pursue their career as a image scientist
  • Html5 Canvas

Who Should Attend!

  • Beginner Javascript developers curious to learn Graphics
  • Developers working a lot with Html5 Canvas but struggling with low performance of CPU
  • Graphics developers curious about image processing basics
  • This can also be taken by college going students or working professionals who are completely new to graphics programming.