Skip to content

Repository files navigation

guic-gpui

Crates.io License

guic-gpui is a GPU-accelerated UI framework for building interactive applications in Rust. It is maintained for GUIC and general use. This project started as a fork of Zed's GPUI.

Installation

[dependencies]
gpui = { package = "guic-gpui", version = "0.2.0" }

[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
gpui_platform = { package = "guic-gpui-platform", version = "0.2.0", features = ["font-kit", "wayland", "x11", "runtime_shaders"] }

[target.'cfg(target_os = "macos")'.dependencies]
gpui_platform = { package = "guic-gpui-platform", version = "0.2.0", features = ["font-kit"] }

[target.'cfg(target_os = "windows")'.dependencies]
gpui_platform = { package = "guic-gpui-platform", version = "0.2.0" }

License

The source is distributed under Apache-2.0. Bundled IBM Plex Sans and Lilex fonts are distributed under SIL Open Font License 1.1.

About

guic-gpui is an independent Apache-2.0 Rust UI framework started as a fork of Zed's GPUI.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages