zgui 0.1.0

A full Rust GUI library using wgpu as backend
Documentation
1
2
3
4
5
6
7
# rust-zgui


**ZenGUI** is a Rust-native GUI library focused on performance, simplicity, and cross-platform compatibility. It uses [
`wgpu`](https://github.com/gfx-rs/wgpu) for GPU rendering, with optional CPU fallback for headless environments and
testing.

> ⚠️ Early development — expect breaking changes and rapid iteration.