Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 758 Bytes

File metadata and controls

32 lines (20 loc) · 758 Bytes

GPUI

A standalone extraction of Zed's GPU-accelerated UI framework.

GPUI is a hybrid immediate and retained mode, GPU accelerated, UI framework for Rust.

Getting Started

Add GPUI as a git dependency:

[dependencies]
gpui = { git = "https://github.com/BumpyClock/gpui" }

See crates/gpui/examples/ for example applications.

Building

cargo check -p gpui
cargo test -p gpui --features test-support
cargo build --example hello_world

Upstream Sync

Last targeted sync with zed-industries/zed at commit 24f62484e9 (2026-04-29).

License

GPL-3.0