HLSL Library

Started by
1 comment, last by unbird 10 years, 6 months ago

Are there any websites or downloads that are a collection of HLSL Shaders? Specifically 2D pixel shaders?

Advertisement

There's Shader Toy website that cointains a lot GLSL shaders; should you see something you might take it apart and use for yourself.

Not sure if the library term applies (in the programming sense) but here are a couple of resourceful links which sometimes come with source:
- Nvidia shader library
- GPU Gems
- ShaderX series (first three books and source downloadable)
- Though XNA only (so HLSL), a good series of tutorials: Riemers Tutorials
- And of course the source for the excellent Luna books

2D pixel shaders ? Lucky guess: You probably are looking for post-process effects (google this term). Ready to use shaders are probably not easy to find (unless they are some sort of plugin for a tool or a engine). Depending on the goal a special setup has to be part of the shader code in question. So I recommend reading about how (and why) something is done.

This topic is closed to new replies.

Advertisement