Get Free Shipping on orders over $79
HLSL and Pixel Shaders for XAML Developers : OREILLY AND ASSOCIATE - Walt Ritscher
eTextbook alternate format product

Instant online reading.
Go digital and save!

HLSL and Pixel Shaders for XAML Developers

By: Walt Ritscher

Paperback | 20 July 2012

At a Glance

Paperback


RRP $28.75

$16.99

41%OFF

or 4 interest-free payments of $4.25 with

In Stock and Ships in 1-2 business days
Graphic Shaders are used throughout the game and movie industry to improve onscreen graphics. They are versatile, doing important tasks like making computer rendered aliens look realistic, providing the ripples on a background lake or growing fur on the latest Pixar monster. In the PC world, programmers are often delighted to find that shaders are nothing more than a miniature program that is optimized to run on the computers GPU. This happiness fades when they start exploring the strange programming model underlying shaders however. Because shaders are strung together in an unusual fashion and run on a massive parallel processer developers shouldn't use their traditional OO or procedural approach to writing code. Writing effective shaders requires a mind shift regarding how to craft a useful algorithm. To top it off, shaders are written in a unfamiliar C-like language. In the Microsoft DirectX world the dominant language is High Level Shader Language or HLSL. Silverlight and WPF support adding Pixel shaders to UI elements. For common shader scenarios (like motion blur and color effects) Microsoft includes a handful of prebuilt shaders in Expression Blend. These free shaders are a nice addition but will not satisfy every shader scenario. Luckily, .NET provides custom shaders to fill the gap. To create a custom shader a developer must learn and understand HLSL and how it fits into the XAML world. This book explains how to work with WPF/Silverlight shaders, from adding them to a project to placing them in the visual tree. It also contains a complete tutorial showing the facets of HLSL code that are important to the XAML developer.

More in Web Programming

Python All-in-One For Dummies : 3rd Edition - John C. Shovic

RRP $74.95

$55.75

26%
OFF
Web Engineering : Theory and Practice - Jeremiah Downey
Learning Go : An Idiomatic Approach to Real-World Go Programming - Jon Bodner
PHP, MySQL, & JavaScript All-In-One For Dummies : For Dummies - Richard Blum
The Art of SEO : Mastering Search Engine Optimization - Eric Enge
Python Cookbook : Recipes for Mastering Python : 3rd Edition - David Beazley
Developing Graphics Frameworks with Java and OpenGL - James Cona