Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有模拟 Metro 风格外观的跨平台 gui 库? 如果没有,我想知道你们是否可以为我提供一个可定制的跨平台 gui 库。 我尝试了 SFGUI,它很好,但仍在开发中并且非常有问题。
如果您不介意切换到另一种语言,我建议您使用允许此类自定义的 C# 和 WPF。
如果你想坚持使用 C++,试试 Embarcadero C++Builder 和他们的 Firemonkey API(它也是跨平台的)或者我最喜欢的诺基亚 Qt
我的另一个建议是使用 Webkit 控件并在 HTML/CSS/Javascript 中构建 Metro 风格 UI。
有很多方法可以实现您想要实现的目标。