Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to develop an application UI like Metro for Windows Vista/7

How to develop an application UI like Metro for Windows Vista/7

github recently released their official client for windows and is very similar to Metro

http://windows.github.com/

like image 441
rkmax Avatar asked May 22 '12 15:05

rkmax


1 Answers

You can do it in WPF by retemplating all the controls you use. There seem to be libraries that already do it to make apps look like the Zune Software or the GitHub client.

http://elysium.codeplex.com/

http://mahapps.com/MahApps.Metro/

like image 166
Filip Skakun Avatar answered Oct 20 '22 10:10

Filip Skakun