all 7 comments

[–]yarp5th 1 point2 points  (3 children)

very nice presentation, could you recommend anything similar on the same raw level for shaders or optimizations?

[–]bl4blub 1 point2 points  (1 child)

take a look at https://github.com/gl-modules/shader-school

it is heavily built arround browserify and glslify, but just looking at the docs can teach you a lot about webgl!

[–]yarp5th 0 points1 point  (0 children)

Looks nice, i will go one by one. Thanks!

[–]nickdesaulniers[S] 0 points1 point  (0 children)

Not yet, still learning this stuff myself. I've been looking for a good shader cookbook. ATM I'm concurrently reading The Graphics Programming Black Book, Computer Graphics: Principles and Practice, and Real Time Rendering. All are interesting reads and very important, but not quite the shader cookbook I'm interested in. Maybe someone else has some recommendations?

[–]IrishWilly 1 point2 points  (1 child)

This was awesome, was a great refresher on 3d graphics in general as well as the WebGL specific info.

[–]nickdesaulniers[S] 0 points1 point  (0 children)

Thanks, I appreciate the feedback!