Introducing FluidKit – A WPF Library of Controls, Helpers and the likes…

Over the past couple of months I have developed a bunch of custom controls and utility classes, which people have found useful. However all of these were released independently, had differing namespaces and lacked a common point of download. Well, not anymore !

 

image

I have launched a new CodePlex project called FluidKit that aims to tie in all my work under a common library. All future custom controls and WPF goodies will be added to this library. As of today the following items are part of the library:

Custom Controls, Panels

Helpers

  • DragDropManager ( Part 1, Part 2, Part 3, Part 4, Part 5, Part 6 )
  • PennerDoubleAnimation + PennerInterpolator
    • This was derived from a Google Code project: wpf-animation. I did a bunch of refactorings, moved the interpolation equations to a separate class (PennerInterpolator), removed the use of reflection to invoke easing equations.

[Note: I will also be adding the ElementFlow control and others to the library.]

 

At this time, it is in a source-only form with a BSD license.

Go ahead and explore !

image

Similar Posts:

11 responses to “Introducing FluidKit – A WPF Library of Controls, Helpers and the likes…”

  1. AlanLe.net » links for 2008-03-03

    [...] Introducing FluidKit – A WPF Library of Controls, Helpers and the likes… | Pixel in Gene (tags: wpf animations) [...]

  2. Erb

    Would be nice if the CodePlex main page had links to the blog entries introducing each of these controls: easier than searching the blog. I was hoping that image at the end of this post was actually links to the named entries.

  3. FluidKit for WPF « DarioSantarelli.Blog(this);

    [...] controls, frameworks, helpers, tools, etc. for productive WPF development. Here is the introductory blog post.Available [...]

  4. Alf

    Why does Fluidkit require VS 2008? I can’t upgrade right now but would like to develop something using Fluidkit. Unfortunately none of the solutions/projects open in VS 2005, and even the “Project Type” is unsupported.

    Any chance us VS2005 folks will ever get to use this toolkit?

    ALF

  5. Rob Pearmain

    Great work, please keep going with this one.

  6. Mako

    Would be nice if you could actually DOWNLOAD it from CodePlex.

  7. Futile » links for 2009-08-15

    [...] Introducing FluidKit – A WPF Library of Controls, Helpers and the likes… Ooooh Aaahhhh (tags: programming ui wpf library) [...]

  8. Flickr, The New Bug Submit Tool. | thomasnguyen.com blog

    [...] Meanwhile, I’m going to check out an old classmate’s WPF toolset. [...]

  9. Sergio León

    How can I get the kit? I’m eager to try it, but i can’t seem to find a downloadable version anywhere.

Leave a Reply