How do I use the Elysium Project?

Viewed 10923

The Elysium project on CodePlex looks interesting. One problem. I can't figure out how to use it. I can only assume that there is an assumption that the user knows what he or she is doing. I don't apparently. I download the Debug Binary from here. It has a batch file for loading the files, and it looks to have run without error. But I can't figure out where to go from here. When I open Blend, I see no templates or themes. Can someone please help?

Thanks

4 Answers

For Elysium Version 2.0, here's what I did:

  1. Download the SDK here.
  2. Extract the .zip file.
  3. Install the correct .exe file (x86 or x64).
  4. Restart your Visual Studio (if opened).
  5. Create a new project with WPF Metro application: enter image description here

  6. Finally, you can add the controls manually on your toolbar: enter image description here

If you like this extension, then you can donate on their website.

Related