Reddit Reddit reviews WebGL Programming Guide: Interactive 3D Graphics Programming with WebGL (OpenGL)

We found 5 Reddit comments about WebGL Programming Guide: Interactive 3D Graphics Programming with WebGL (OpenGL). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Graphics & Design
3D Graphic Design
WebGL Programming Guide: Interactive 3D Graphics Programming with WebGL (OpenGL)
Check price on Amazon

5 Reddit comments about WebGL Programming Guide: Interactive 3D Graphics Programming with WebGL (OpenGL):

u/mwassler · 6 pointsr/webdev

Here is a nice little 3 part series on shaders. Shaders are really where all this is happening.

Its honestly a pretty tough thing to explain in a reddit comment. 3d graphics is one of the deepest rabbit holes in software development. Its one of those times when you really need to know your math. In particular geometry, trigonometry and probably most importantly linear algebra.

EDIT: I'm including this link to a decent book on low level webGL

u/88j88 · 2 pointsr/programming

I suggest learning with webgl since you can do it from anywhere in a web browser and hitting refresh is much faster to prototype your code than compiling a C++ program. Check out these tutorials: http://learningwebgl.com/blog/?page_id=1217 and I can recommend this book whcih covers a bit of the math as well: https://www.amazon.com/WebGL-Programming-Guide-Interactive-Graphics/dp/0321902920.

u/NihonNoRyu · 1 pointr/cscareerquestions

You could look at 3d graphics programming, threading or distributed programming.

Or webGL, HTML5,CSS, JS

WebGL Programming Guide

OpenGL Programming Guide

Real-Time Rendering

The Art of Multiprocessor Programming

Beej's Guide to Network Programming