TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Book of Shaders

193 pointsby jashmennabout 9 years ago

8 comments

wxsabout 9 years ago
His editor is very good, live preview of shaders, colour pickers, sliders for scalars, breakpoints. Check it out here: <a href="http:&#x2F;&#x2F;editor.thebookofshaders.com" rel="nofollow">http:&#x2F;&#x2F;editor.thebookofshaders.com</a>
评论 #11460635 未加载
exDM69about 9 years ago
As a graphics programmer, I&#x27;m always a bit disappointed that materials on sharers tend to concentrate on fragment&#x2F;pixel sharers and neglect vertex, geometry and tesselation shaders.<p>You can do pretty cool procedural stuff in a vertex shader (without any vertex data inputs). It&#x27;s a necessity for animated models.<p>There&#x27;s even less material on geometry and tesselation available.<p>This book seems to have rather nice pixel shading tricks but I&#x27;d like to see some stuff about the other stages too.
评论 #11462250 未加载
mellingabout 9 years ago
A useful previous discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9215582" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9215582</a>
adamnemecekabout 9 years ago
You guys soul should check out this <a href="https:&#x2F;&#x2F;www.shadertoy.com" rel="nofollow">https:&#x2F;&#x2F;www.shadertoy.com</a>
评论 #11460322 未加载
评论 #11458221 未加载
评论 #11459093 未加载
trymasabout 9 years ago
This is amazing resource!<p>Though there is some unexpected behaviour on the site. After load, it always automatically scrolls down to the last editor window, as all editors seems to be selected on load. This is on Chrome Version 49.0.2623.110 (64-bit)
sparky_zabout 9 years ago
Can somebody explain to me the meaning of the variable names &quot;st&quot; and &quot;pct&quot; on this page[0]? I understand the code itself, but I can&#x27;t puzzle out what the letters stand for.<p>[0]<a href="http:&#x2F;&#x2F;thebookofshaders.com&#x2F;05&#x2F;" rel="nofollow">http:&#x2F;&#x2F;thebookofshaders.com&#x2F;05&#x2F;</a>
评论 #11460329 未加载
评论 #11460311 未加载
Fillipomanabout 9 years ago
I wish the book was already done! Not many secti9ns have been finished since I&#x27;ve last visited a year ago. :(
snap12789about 9 years ago
you are a godsend; this is so clear!