Browse by Tags
All Tags »
Silverlight (
RSS)
Perspective FX 1.0 released : see how to adjust contrast, brightness and saturation of an image, and how to build custom effects by simply assembling filters , without HLSL skills... Here is an example of saturation adjustment done with the Saturator...
For pedagogical reasons, or to build a code generator (like Perspective Fx does), it may be useful to compile Silverlight code on the command-line. Last year, I wrote an article for Silverlight 2.0 about this subject. I have adapted it today to Silverlight...
Usually, writing custom graphical effects classes for WPF or Silverlight requires some HLSL programming skills. For a .NET programmer, learning this language may be sometimes long and tricky. The Perspective FX framework aims to help you to build custom...
My book about Silverlight was published yesterday :-) It's aimed at developers who want to make rich Internet applications: .NET Web developers or Web .NET developers ! The fundamentals are presented in Silverlight 2 and 3, and a chapter is dedicated...
Version 1.0 of the Perspective library for Silverlight 2 and 3 has just been published. It contains custom drawing classes, custom controls and custom panels, which can be used as it or which may serve as inspiration source. It also includes classes that...
In the same experimental and pedagogical spirit as Perspective for WPF , here is Perspective for Silverlight : dynamic on-demand Silverlight package, assembly and object loading, simple but effective page navigation framework, localization system based...
For many reasons, including pedagogical ones, it may be useful to compile Silverlight 2 code on the command-line, without using Visual Studio. Here is my article on this subject.