How do I learn WebGL the fast way?

  1. http://learningwebgl.com/blog/?p=11 (dead link as of Nov 2018, backup: https://web.archive.org/web/20180615095219/http://learningwebgl.com/blog/?p=11)
  2. Yes, I could recommend Light House 3D: http://www.lighthouse3d.com/tutorials/glsl-core-tutorial/
  3. It’s not that complex, just focus on the code written on Learning webGL. I wouldn’t recommend working with some other library/engine at the start. Learn basics and later use libraries to speed up your coding.

Learning webGL is great place to start, probably best. Don’t hesitate to read from as many resources you can. Opera developer, Mozilla Hacks, Light House 3D, Scratch a Pixel, Aerotwist (http://www.aerotwist.com/tutorials/an-introduction-to-shaders-part-1/ more shaders)… It’s very difficult at the beginning, but later you’ll get the grasp of the pipeline and way of thinking. It takes time (1-2 months to learn only basics), but be persistent.

Hope this helps.

Leave a Comment