CodeFx Silverlight Project Serials Released!
My Name is Allen Chen. I have worked as a support engineer for 3 years in Microsoft. Recently I joined All-in-One project team to work together with other specialists to create this fabulous framework.
If you take a look at our latest release notes you’ll get excited to see that some Silverlight 3 samples are included!
https://cfx.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30817
Now take a look at what we brought to you.
Name |
Description |
Owner |
CSSL3PlaneProjection |
Plane projection in SL3 (C#) |
allenc |
VBSL3PlaneProjection |
Plane projection in SL3 (VB.NET) |
allenc |
CSSL3FullScreen |
Full screen in SL3 (C#) |
allenc |
VBSL3FullScreen |
Full screen in SL3 (VB.NET) |
allenc |
CSSL3PixelShader |
Pixel shader in SL3 (C#) |
allenc |
VBSL3PixelShader |
Pixel shader in SL3 (VB.NET) |
allenc |
CSSL3Input |
Mouse and keyboard inputs in SL3 |
Moggle |
VBSL3Input |
Mouse and keyboard inputs in SL3 |
Moggle |
CSSL3Text |
Work with text in SL3 (C#) |
shanaolanxing |
VBSL3Text |
Work with text in SL3 (VB.NET) |
shanaolanxing |
XamlSL3Text |
Work with text in SL3 (Xaml) |
shanaolanxing |
XamlSL3StyleControlTemplate |
Style and control template in SL3 |
shanaolanxing |
In the above projects, several basic concepts of Silverlight 3 are covered, such as Input and Text. In addition, we added two samples that demonstrate Silverlight 3 new features!
Now let’s have a look what the PixelShader sample shows.
This is just an Image and a title that is rendered by a TextBlock. DropShadowEffect is applied to the TextBlock so you can see a cool shadow effect.
A more amazing effect is what the custom shader effect does for us. If you click the image, you’ll see a watery effect! Amplitude of the wave is decreased gradually so in the end the sea is calm again.
See below screenshot:
Want to know how to create this effect? Download our samples right now!