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

Views :
Update time : 2025-06-21 16:10:16

如果出了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 我怎么觉得核动力航母比常规航母并没有多大优势?
2025-06-21 15:40:17
我怎么觉得核动力航母比常规航母并没有多大优势?...
Blog Post With Youtube Video 为什么很多技术都觉得前端很简单?
2025-06-21 15:30:17
为什么很多技术都觉得前端很简单?...
Blog Post With Youtube Video 为什么tokio能成为rust异步标准?
2025-06-21 16:10:16
为什么tokio能成为rust异步标准?...
Blog Post With Youtube Video 服务器能否拒绝非浏览器发起的HTTP请求?
2025-06-21 16:10:16
服务器能否拒绝非浏览器发起的HTTP请求?...

Leave Your Message