在 WinForm/WPF 下制作 Google Material Design 风格程序
国内社区没有,顺手转。
WinForm: https://github.com/IgnaceMaes/MaterialSkin
演示:https://www.youtube.com/watch?v=A8osVM_SXlg
WPF: https://github.com/ButchersBoy/MaterialDesignInXamlToolkit
值得一提的是,WPF 版本的不与 MahApps.Metro (https://github.com/MahApps/MahApps.Metro) 冲突。
甚至可以写个换肤什么的。
目前 WPF 版完成度更高。
这个“屠夫男孩”还提供了一个总结:https://github.com/ButchersBoy/Awesome-MaterialDesign还有一个 Chrome 选项卡式的 WPF 控件:https://github.com/ButchersBoy/Dragablz
对于比我还菜的小菜,这是 Material Design 的说明(凑字数):
http://www.google.com/design/spec/material-design/introduction.html
当然了,如果你喜欢 Metro 风格,还记得我刚才说的 MahApps 么?
用在一起:http://dragablz.net/2015/02/25/material-design-in-xaml-mash-up/