dsebj.evolvingsoftware.com
DSebJ | XNA, C#, Windows Phone 7, SunBurn, NAudio & Tech In Between | Page 2
http://dsebj.evolvingsoftware.com/page/2
XNA, C#, Windows Phone 7, SunBurn, NAudio and Tech In Between. Skip to primary content. Skip to secondary content. Newer posts →. SunBurn and HLSL Shaders. November 20, 2012. HLSL (High Level Shader Language) is the Direct X language used for talking to the GPU. It’s worth noting that Open GL have their own different implementation, I’ve not looked in to it personally so I’m not sure how translatable those shaders are. Lets get a simple and somewhat useful shader going to introduce the concepts you’ll ne...
dsebj.evolvingsoftware.com
SunBurn & HLSL Shaders | DSebJ
http://dsebj.evolvingsoftware.com/2012/11/20/sunburn-hlsl-shaders
XNA, C#, Windows Phone 7, SunBurn, NAudio and Tech In Between. Skip to primary content. Skip to secondary content. SunBurn and HLSL Shaders. November 20, 2012. HLSL (High Level Shader Language) is the Direct X language used for talking to the GPU. It’s worth noting that Open GL have their own different implementation, I’ve not looked in to it personally so I’m not sure how translatable those shaders are. Lets get a simple and somewhat useful shader going to introduce the concepts you’ll need for shader d...
hdprogramming.blogspot.com
Digital Dreams in HD: Effects
http://hdprogramming.blogspot.com/p/effects.html
Digital Dreams in HD. The Swizzler GPU accelerated media player website. Written in C#, WPF and HLSL. FAQ (Frequently Asked Questions). The Swizzler currently has 31 effects and 31 transition effects, all of which can applied simultaneously. Some of these effects were taken from the DirectX library and some from Shazzam. 2 Brightness and Contrast. 14 Left Sine Mirror. 1 Additive Saturate Transition. 3 Center Part Transition. 4 Color Bleed In Transition. 6 Dark Threshold Transition. 29 Zoom Blur Transition.
hdprogramming.blogspot.com
Digital Dreams in HD: Creating High Level Shader Language (HLSL) pixel shaders
http://hdprogramming.blogspot.com/2010/02/creating-high-level-shader-language.html
Digital Dreams in HD. The Swizzler GPU accelerated media player website. Written in C#, WPF and HLSL. FAQ (Frequently Asked Questions). Thursday, February 18, 2010. Creating High Level Shader Language (HLSL) pixel shaders. To create the pixel shaders used in the Swizzler, knowledge of HLSL is necessary. HLSL is quite similar to C at first glance, but it has a lot of fundamental differences. A useful tool for writing shaders is Shazzam. Sampler2D input : register(s0);. Color = tex2D( input , uv);. Float (...
hallwayconversations.com
Hallway Conversations | Page 2
http://hallwayconversations.com/page/2
A Podcast by Developers for Developers. Episode 039 – Exploring Glimpse for ASP.NET with Nik Molnar and Anthony van der Hoorn. In this episode, Phil, James and Lee speak with Nik Molnar and Anthony van der Hoorn, the creators of Glimpse ( http:/ getglimpse.com. Anthony van der Hoorn is a co-founder of Glimpse, and a regular speaker on such topics as Open Source, Web Practices and Diagnostics for the Web. February 8, 2015 at 10:27 am. Episode 038 – Legal Issues for Developers with John Petersen. The issue...
svetoslavsavov.blogspot.com
Svetoslav Savov's Blog: July 2009
http://svetoslavsavov.blogspot.com/2009_07_01_archive.html
Sunday, July 26, 2009. Switching WPF interface themes at runtime, Part 2. In my previous post, Switching WPF interface themes at runtime. I explained how we can easily switch between interface themes at runtime using a simple property and even databinding. That was OK for a single element, or a single window. But what about if we have an application with a lot of windows? Using a global theme for the application. Let's take a look at the new code:. ElementsWithGlobalTheme = new List. If ( bool)e.NewV...
wpfdisciples.wordpress.com
Resources | WPF Disciples
https://wpfdisciples.wordpress.com/resources
Where all WPF Disciples meet up and chat …. AvalonControlsLibrary is a set of WPF controls that helps WPF developers while developing applications. The library includes a Date picker, Time Picker, DataGrid and loads of other cool controls…. This is a WPF library containing a powerhouse of controls, frameworks, helpers, tools, etc. for productive WPF development. The VideoRendererElement allows for high-performance, custom video in WPF. Author: Peter O’Hanlon. A library of classes that are very useful whe...
SOCIAL ENGAGEMENT