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

Views :
Update time : 2025-06-27 23:00: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 Golang与Rust哪个语言会是今后的主流?
2025-06-25 15:30:19
Golang与Rust哪个语言会是今后的主流?...
Blog Post With Youtube Video 为什么Rust写个链表都那么难?
2025-06-25 14:30:18
为什么Rust写个链表都那么难?...
Blog Post With Youtube Video 大街上看到大白腿,忍不住瞄了两眼,算不算不尊重女性?
2025-06-25 14:25:24
大街上看到大白腿,忍不住瞄了两眼,算不算不尊重女性?...
Blog Post With Youtube Video 为什么 macOS 并不差,可市场总敌不过 Windows?
2025-06-25 15:30:19
为什么 macOS 并不差,可市场总敌不过 Windows?...

Leave Your Message