Flip page demo using WPF

[Update: source code available here

Let's have a little fun using WPF !

In this very short post, I am just giving you a preview of a page flip control that I am working on. The algorithm is mixing C# code and WPF 2D transformations and clipping. Once again, using WPF, we have all the benefits of the graphic hardware acceleration and a reduced remaining code to write.

This version is developed with .Net Framework 3.0 RC1 components. You can test it with Windows Vista or Windows XP SP2 + .Net Framework 3.0 RC1 installed.

I will provide the whole source code of this solution when the control will be completely finished (I hope in a few weeks). For the moment you can find the binaries attached to this post.

Video: WPF Flip page sample 

 

 

winappFlipPage.zip