docs.rs failed to build xlui-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
xlui-0.2.2
🚀 xlui:
xlui是一个用Rust语言,基于原生窗口和wgpu实现的2D GUI库。 目标是利用Rust语言原生构建GUI、最小第三方依赖、体积小(比winit+wgpu少50%左右)、简单易用, 在保证性能的前提下尽量减少CPU的开销。
xlui的目标
| 适配情况 | 目标系统 | 平台UI | 备注 |
|---|---|---|---|
| ✅ | Linux | x11,wayland | x11为原生窗口 |
| ✅ | Windows | 10,11 | 原生窗口 |
| ⬜️ | MacOS | - | winit |
| ⬜️ | Android | 11+ | winit |
| ⬜️ | Web | Wasm | winit |
| ❌ | HarmonyOS | 暂无适配计划 |
🎯控件(目前可用)

快速开始xlui
xlui的最小运行示例
use *;
//实现App trait