Sign In
Robotic Pandas
On abstractions for building next generation user interfaces that utilize programmable GPUs to provide naturalistic and cinematic experiences.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Bling
Archive
Archives
November 2009
(2)
July 2009
(4)
February 2009
(1)
December 2008
(1)
October 2008
(7)
September 2008
(3)
October, 2008
MSDN Blogs
>
Robotic Pandas
>
October, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Robotic Pandas
Shading Blobs with Bling WPF!
Posted
over 4 years ago
by
Sean McDirmid
1
Comments
I updated Bling WPF to version 0.6, get it at the normal place ( http://www.codeplex.com/bling ). Mostly, I changed the DSL to get rid of more boilerplate code. Now you can create multiple input and parameter pixel shader effects with only a few lines...
Robotic Pandas
Angles as doubles considered harmful
Posted
over 4 years ago
by
Sean McDirmid
0
Comments
One problem with the .NET library is the inconsistent use of radians and degrees to represent angles: System.Math angle functions assume angle are expressed in radian while WPF assumes angles are expressed in degrees. Trouble arises when you try to mix...
Robotic Pandas
WPF Signal Library is now Bling WPF!
Posted
over 4 years ago
by
Sean McDirmid
0
Comments
I’m rebranding the signal library as Bling WPF since it now contains support for expressing pixel shaders in C#. The release I’m putting out today polishes the pixel shader implementation that I released last week and fixes lots of outstanding issues...
Robotic Pandas
Writing WPF pixel shaders in C#!
Posted
over 4 years ago
by
Sean McDirmid
0
Comments
This week I saw a great project, Brahma , on expressing shader-based GPU computation in C#/LINQ. Using Brahma, one can write a simple LINQ query to transform a matrix without ever touching HLSL code or compiler, neat stuff! The advantage of this approach...
Robotic Pandas
Twilight of the High-level UI Toolkit
Posted
over 4 years ago
by
Sean McDirmid
0
Comments
I was reading Tim Sweeney’s write up on how fixed function GPUs and the APIs that depend on them are quickly becoming obsolete. Basically, as GPUs move toward programmable “shaders,” graphic engine writers can easily whip up their own efficient graphic...
Robotic Pandas
Reaction Diffusion using WriteableBitmap
Posted
over 4 years ago
by
Sean McDirmid
1
Comments
For a while, I’ve been experimenting with reaction diffusion to provide for more “life like” surfaces. This reaction diffusion algorithm spreads colors out for a diffuse effect. To ensure responsiveness in the UI, the diffusion logic is run in a timer...
Robotic Pandas
Curved Polygons in WPF!
Posted
over 4 years ago
by
Sean McDirmid
1
Comments
I found something on the web http://www.antigrain.com/research/bezier_interpolation/index.html about using Bezier curves to build polygons with smooth corners. Anyways, I ported this to WPF and it works very well! Basically, consider the last point (point0...
Page 1 of 1 (7 items)