Welcome to Pete Brown's 10rem.net

First time here? If you are a developer or are interested in Microsoft tools and technology, please consider subscribing to the latest posts.

You may also be interested in my blog archives, the articles section, or some of my lab projects such as the C64 emulator written in Silverlight.

(hide this)

WPF Falling Snow Animation

Pete Brown - 29 December 2007

Kirupa has created a nice WPF sample that shows how to create falling snow animation in WPF in code. Check out his post here. I haven't seriously looked at the source yet, but I may translate this to Silverlight just for grins.

     
posted by Pete Brown on Saturday, December 29, 2007
filed under:      

2 comments for “WPF Falling Snow Animation”

  1. Pete Brownsays:
    The translation was pretty simple, actually. The main difference is that Silverlight has no CompositionTarget.Rendering event, so the main frame-based animation concept you had goes out the window. Instead, I used the dummy storyboard trick to handle the movement.

    Pete

Comment on this Post

Remember me