
gpui · GitHub Topics · GitHub
Jan 24, 2024 · gpui-kit is an (upcoming) open-source UI toolkit for gpui, the fast, native Rust GUI library. rust rust-ui ...
zed/crates/gpui/README.md at main · zed-industries/zed - GitHub
The [gpui::test] macro provides a convenient way to write tests for your GPUI applications. Tests also have their own kind of context, a TestAppContext which provides ways of simulating common platform input. See app::test_context and test modules for more details.
GitHub - longbridge/gpui-component: UI components for building ...
5 days ago · GPUI Component have Icon element, but it does not include SVG files by default. The example is using Lucide icons, but you can use any icons you like, just named the svg files like IconName defined the path name.
zed-industries/create-gpui-app - GitHub
create-gpui-app --workspace --name my-app cd my-app This will output a directory structure like this: my-app ├── Cargo.toml ├── crates │ └── my-app │ ├── Cargo.toml │ └── src │ └── main.rs └── README.md
Tutorial for getting started with gpui a rust-driven UI ... - GitHub
GPUI is a graphics processor accelerated user interface frameowork, created by the makers of Zed to make the fastest user interface possible, written in Rust. It's currently an internal project in the zed project, but will soon be its own crate. It's licensed under …
zed/crates/gpui/src/gpui.rs at main · zed-industries/zed - GitHub
- The [`gpui::test`](test) macro provides a convenient way to write tests for your GPUI applications. Tests also have their own kind of context, a [`TestAppContext`] which provides ways of simulating common platform input.
inspirit/GPUI: tiny GPU [Stage3D] based GUI - GitHub
Core ideas: make it as tiny and simple as possible; make it single call render; yes the whole UI set is single batch ;) and rendered via single drawTriangles... that's probably not very smart but fun! there is no dynamic text support, i mean u only have labels, and labels are rendered as textures. lame but fast and uses only one Texture for whole UI set! fun!
GPUI: UI Framework from the makers of Zed : r/rust - Reddit
Zed is now open source and that includes this GPUI 2 interface. Being a pure macOS project at this initial juncture means it's going to be depending on Metal. So the crate's not going to compile on Linux.
GitHub - MatinAniss/gpui-book: A book teaching you the …
A book teaching you the concepts you need to create your own GPUI application. Contributing At this time, I am not accepting contributions or pull requests , any contributions to this repository will not be accepted.
polachok/helix-gpui: helix gpui frontend - GitHub
helix gpui frontend. Contribute to polachok/helix-gpui development by creating an account on GitHub.