C++除了Qt还有什么GUI库?

Views :
Update time : 2025-06-26 17:25:13

如果出了Qt要我选一个gui库我会选Elements,轻量级,并且从一开始就是modern C++,用cmake构建,没有历史包袱,用起来很清爽。

不算默默无闻的那种,github也有几千星: ***s://github***/cycfi/elements 做出来的界面也非常漂亮: 关键是语法也很舒服,易学易用: #include using namespace cycfi::elements; // Main window background color auto constexpr bkd_color = rgba(35, 35, 37, 255); auto background = box(bkd…。

C++除了Qt还有什么GUI库?
Related News
Read More >>
Blog Post With Youtube Video J***a 除了 Spring 还有什么?
2025-06-22 23:05:12
J***a 除了 Spring 还有什么?...
Blog Post With Youtube Video 公司规定所有接口都用 post 请求,这是为什么?
2025-06-22 22:30:12
公司规定所有接口都用 post 请求,这是为什么?...
Blog Post With Youtube Video 华为自研的仓颉编程语言将于 7 月 30 日开源,这款语言将如何影响未来的开发趋势?
2025-06-22 23:00:12
华为自研的仓颉编程语言将于 7 月 30 日开源,这款语言将如何影响未来的开发趋势?...
Blog Post With Youtube Video 为什么任天堂在NS2上没有选择使用OLED屏幕以提升续航能力和显示效果?
2025-06-22 22:45:12
为什么任天堂在NS2上没有选择使用OLED屏幕以提升续航能力和显示效果?...

Leave Your Message