I’m learning about composite UIs at the moment and I wondered if anyone could recommend a good open source project that utilises a composite UI that I could take a look at?
I’ve got the Prism framework and have gone through the samples. I’m looking for an actual project that has used them in a non-sample application.
Thanks in advance 🙂
Tasks.Show is a to-do app written by PixelLab with an amazing UI. It uses Prism v4. It is technically a “reference” app to show off WPF features, but it isn’t a trivial sample.
Here it is on Github:
https://github.com/thinkpixellab/Tasks.Show