Hacker News new | ask | show | jobs
by theflagbug 4308 days ago
Here is a library that helps to create such an interface: http://mahapps.com/

It's also mentioned in the blog post you've posted.

Disclaimer: I'm one of the developers of MahApps.Metro, I hope nobody minds the shameless self-promotion

3 comments

MahApps.Metro has been my go to for simple interfaces. Mix it with ReactiveUI and some saner DI, and it's just awesome. Thanks very much for your work!
Ha, yeah, ReactiveUI is awesome, I use it in all of my projects
Thank you for your work on MahApps. It's not perfect but does 95% of what I need when I drop it in to small WPF applications.
If you tell me what's not perfect, maybe I can fix it :)
It would be really cool to use this with pyQt. I know Qt has styling already so maybe it isn't needed?
This is a WPF library, so I don't think it'd work with pyQt
Oh I know it's a WPF, I just meant a library for pyQT or if Qt could do it by itself.